Hi I am looking for an expression to refer to a specific row that falls in between MAXROW & MINROW (I know its not correct syntax but something along the lines of either MAXROW -1 or MINROW + 1). There will only be 3 possible rows and there will be 3 different actions needing this specific row data
These are the MAXROW and MINROW formulas for reference:
LOOKUP(MAXROW(โBilling Detailsโ, โ_ROWNUMBERโ, [ParticipationID] = [_THISROW].[ParticipationID]), โServicesโ, โServiceIDโ, โCPTโ)
LOOKUP(MINROW(โBilling Detailsโ, โ_ROWNUMBERโ, [ParticipationID] = [_THISROW].[ParticipationID]), โServicesโ, โServiceIDโ, โCPTโ)
Thank you
Solved! Go to Solution.
Does this link help you ?
Thank you very much, yes it does. I didnโt think of it this way, I was stuck on MAXROW and MINROW.
User | Count |
---|---|
15 | |
10 | |
9 | |
7 | |
3 |