New Member
Since ‎01-22-2021
‎03-31-2021

My Stats

  • 11 Posts
  • 0 Solutions
  • 2 Likes given
  • 8 Likes received

jnunez_clicars's Bio

Badges SHAR8F Earned

View all badges

Recent Activity

Hello, I need to return only the date from this expression MAXROW(“DAILY OPERATIONS”, “DATE”, ([SHOP NAME] = [_THISROW].[SHOP NAME])) and compare it to TODAY(). Example, a certain event will happen only if The Date Value, from the date column, of the...
Hello, I need help creating a display as follows; I’m creating an app to manage status of multiple location of a company. I simply want to have a user select Yes or No to imply Open or closed. The user can only update/edit the location status once a ...
Hello, I’m trying to refer to the last row based on several conditions instead of just one condition as the MAXROW() expression seems to allow. My data looks something like this: I need to get the last row (by row number) from table of Cities, where ...
Hello, I’m tracking daily sales for various shops and my data collection table looks like this: I need to present a view that looks like this: i.e, showing total sales and total units for each shop, on a single date. Please advise on how I can go abo...