Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi All, I am working on a Qlik dashboard design and need help from experts.
When I have multiple measures (one main measure and under that multiple sub level measures (for e.g 5 sub measures) in the dashboard, the Level 1 to level 5 symbols are coming on the top of the dashboard.
Is there a way to hide them?
@Raj12345 wrote:
Hi All, I am working on a Qlik dashboard design and need help from experts.
When I have multiple measures (one main measure and under that multiple sub level measures (for e.g 5 sub measures) in the dashboard, the Level 1 to level 5 symbols are coming on the top of the dashboard. HP® Store
Is there a way to hide them?
Hello,
To hide the level symbols in your Qlik dashboard, you can follow these steps:
Field Selection:
If you select the measures directly from the field (using a filter pane object or directly), you won’t face this issue. The symbols won’t appear on top of the dashboard.
Alternatively, you can hide your measure field using the system variable HidePrefix. Set it like this:
Set HidePrefix='%';
Test and Verify:
After making these adjustments, test your dashboard to ensure that the symbols are hidden as desired.
Remember to adapt these steps to your specific Qlik dashboard design.
Hope this will help you.
Best regards,
samuel898