Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All,
I have an a Product Table if i want select the 'A' product...then I want to get the information only 'B' And 'C' Product Data as show in the below Picture .. How to Write the Scripting or Which Condition I want to use it
yes Like that only... can u give any example
The expression I used is this:
=If(GetSelectedCount(Product) > 0,
Sum({1<Product = e(Product)>} sales),
Sum(Sales))
The application is attached with my previous post
Hi Madhu,
As Sunny Mentioned the e() function should help you in this case.
Thanks,
Sangram.