Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All
I have requirement where i need to show some data in a table where i have to exclude selections made in one of the list box but table should respond to other list boxes when user selects anything in that
Regards
Kushal Thakral
You could use set analysis for it, try something like this:
sum({< YourListboxField = >} Value)
- Marcus
Hi
I want to apply this to the entire table
Regards
Kushal Thakral
If you used an expression like above mentioned the table-chart will ignore any selections which are made within these field - the important point is to use a table-chart and not a tablebox which don't support such restrictions.
- Marcus
I don't think there's a simple way to ignore a list box for an entire table, just for the expressions within the table, each of which need to be individually told to ignore the selections in that list box as specified above. If you do it for every expression, you've done it for the entire table.
Try with alternate state.