Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I'm trying to create a chart than will add and remove individual dimensions(columns) when they are selected or un-selected in a list box.
I've found a solution that works but only for the first 6 dimensions. When a 7th is selected from the list box all of the dimensions are removed.
Could anyone take a look at the attached and advise of an expression that will allow an infinite about of dimensions to be added if required?
Note: all dimensions should not appear until they are selected. Each should be controlled independently so that they can be added or removed individually based on the selection.
Thanks
hi
all you need to do is change this part of your show hide expression
GetFieldSelections(FieldSelectionChild,'@',50)
you need to add a number selected items that will be display in detailed 50 in the example
other what happen when you select the 7th value
the getfieldselections function returns something like 7 out of 24 and not the details of the selected values
hi
all you need to do is change this part of your show hide expression
GetFieldSelections(FieldSelectionChild,'@',50)
you need to add a number selected items that will be display in detailed 50 in the example
other what happen when you select the 7th value
the getfieldselections function returns something like 7 out of 24 and not the details of the selected values
Excellent, that worked.
You're a great man
always happy to help
I see that you have used the "@" sign in the conditional dimensions. What does that do?