Not sure if this a bug or a feature request...
I have a hierarchypicker which is acting on a parameter that has 4 options. I only want 2 options to be available on my dashboard. I am using the ‘shown members’ option to just show those 2.
I would like the ‘all’ option to just select those 2. When I have ‘show checkboxes’ then the ‘all’ will select just those 2. However I need single select, so do not want to show the checkboxes. When the checkboxes are not shown then ‘all’ will select all 4 which is not what I want.
I know that I could make a custom token, but I want the option to appear in the hierarchypicker selection box and not in the triangle on the right.
As a workaround I could put a ‘parameter value changed’ script to check if the ‘all’ token is set and then manually change the filter values to those 2, but I would prefer not to do that if there is a better option.
In summary: The ‘all’ option of a paramterhierarchypicker should only select the shown members whether the checkboxes are shown or not.