Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
need to sum (AMOUNT) if string 'XXXXX' can be found in field: DESCRIPTION.
Any suggestions?
Hi,
Try this.
Sum({<Description = {"*XXXX*"}>}Amount)
Regards,
Kaushik Solanki
Hi,
Try liek this
=Sum({<DESCRIPTION={''*XXXXX*"}>} AMOUNT)
Edit: Missed Quote in set analysis expression
Hope this helps you.
Regards,
Jagan.
Hi,
Try this.
Sum({<Description = {"*XXXX*"}>}Amount)
Regards,
Kaushik Solanki