Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Community,
Please give me format for below variable in set
vSearch = <3000 (I am entering in inputbox)
now I have to include above variable in sum(sales)
-Priya
May be this
Sum({<FieldName = {'$(=vSearch)'}>}Sales)
Hi,
Do you want to compare the each Sales value against the vSearch and only that value should be considered for expression then try below script.
Sum{<Sales ={">=$(vSearch)"}>}Sales)
Regards,
Kaushik Solanki