Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
I have a field which has numeric values and I am trying to write an IF statement based on the selections made within that field, "# Days Post VPP".
I have several action buttons and each action button selects a series of values from the #Days Post VPP field.
I am trying to use the GetField Selections to determine what has been selected and calculate off of that:
If(GetFieldSelections([#of Days Post VPP])='>14', Count({$<[Gateways],[Date Type]={'VPP Dates'},Reference_Only={'No'},[#of Days Post VPP]={'>14'}>}[Gateways]),
Count({$<[Date Type]={'VPP Dates'},Reference_Only={'No'},[#of Days Post VPP]=-{' '}>}Gateways) )
But I am not able to get the intended results. Any help rendered will be truly appreciated.
The field # Days Post VPP has numeric values 1 - xx for thousands of line items. I have a button that selects values (>14 ) for analysis.
I thought GetFieldSelections was going to help me as mentioned in the expression above.
Still didnt provide a workable solution...