Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a straight table with data.
I need to filter the data according to a particular value. say "Sales Order".
I want to show data of only "Sales Order" other should not be visible.
Thanks,
Siddhesh.
Sure. Add a set analysis statement to your expression:
{<SALESTYPE_FLAG = {'Sales Order'}>}
Try this as your dimension (and select 'Suppress When Value Is Null' on the dimension tab)
=If(SALESTYPE_FLAG = 'Sales Order', YourDimensionField)
HTH
Best,
Sunny
Hi Sunny,
Have done that in my dimension field. But the filter i want to put is in my expression. Is it possible.
Thanks.
Sure. Add a set analysis statement to your expression:
{<SALESTYPE_FLAG = {'Sales Order'}>}
Thanks a lot Sunny.
I am glad it worked
Best,
Sunny
One more question. Is it possible to do the calculations on a Table Box instead of a Straight table.
Table box doesn't allow for calculated expressions. You can only use fields calculated in script.
Best,
Sunny