06-30-2022 05:55 PM - last edited on 05-23-2023 10:47 AM by JackLacava
Hi,
Is there a way to format the options in a member list parameter to only display the member description? I've tried using :Name(|MFUD1Desc|) but this doesn't change the outcome visible to the end users.
Thanks,
Solved! Go to Solution.
06-30-2022 07:45 PM
Hi SamKing: this is controlled by the 'Display Member' field in the Parameter Settings. Valid options are:
Name here means MemberName and Description means MemberDescription. Change to 'Description' and you should be all set.
Cheers -db
06-30-2022 07:45 PM
Hi SamKing: this is controlled by the 'Display Member' field in the Parameter Settings. Valid options are:
Name here means MemberName and Description means MemberDescription. Change to 'Description' and you should be all set.
Cheers -db
11-09-2023 09:48 AM - edited 11-09-2023 09:58 AM
Hi db,
How do I navigate to parameter settings? I'm trying to fetch the name and description for a drop down in a member dialog. I'm using version 8
11-09-2023 11:27 AM
Hi sukensheth: I'm not on version 8, but I will assume its the same as my current version. Application > Dashboards > Select your relevant parameter > Display Member
11-09-2023 11:34 AM
My bad. I was trying to find it on a member dialog (Silly of me). Thanks though
07-03-2022 05:22 PM
Thanks db, worked like a charm!
As a side note, is there a way to format dimensions in a combo box? We have combo boxes in dashboards that allow users to filter by entity, it would be of great use if we can highlight in bold selections that are consolidations, i.e. European entities consolidated. These consolidation entities contain the prefix 'E_'.
07-05-2022 12:34 PM
I don't believe there is a way to format individual items within the list of values that are displayed in the combo box. The formatting parameters would apply to the entire combo box.
However, you could do some visual indentation as a potential method for achieving your desired result. Reference post here: Question: Can I create a dashboard dropdown or list box which contains a representation of a hierarc...
This is definitely on the advanced side. It takes advantage of Bound List parameters which can have a Display value be a unique/arbitrary representation of the selection while returning the MemberName for consumption by the result of the dashboard components.
07-07-2022 03:10 PM
Thanks - whilst not ideal it will better outline the hierarchy to users who aren't as well-versed in the corporate structure.