New Member
Since ‎03-11-2020
‎05-20-2023

My Stats

  • 2 Posts
  • 0 Solutions
  • 0 Likes given
  • 1 Likes received

Shafeeq_Rahaman's Bio

Badges jvullo Earned

View all badges

Recent Activity

Hi, I made a table calculation with a nested if statement to label a numeric column with an interval range (i.e. if( field>=20, “20+”, if( field >= 10, “10 - 19”, “5 - 9”)) I was wondering if it is possible to pivot by this field to have these labels...
Likes from