If you’re new to Qlik Sense, start with this Discussion Board and get up-to-speed quickly.
I'm making a dashboard in which some information is displayed for different projects. For example, if I had three projects: A, B, C:
I'd like a listbox "Projects" which contained the three: A, B, and C. When a user clicks on one of these projects, some "KPI"s should appear showing the following information:
- The project manager (which is a name, not an Id or a dummy variable).
- The client
- The type of project
- The project's sector
I know KPI is not the right expression since these are numerical indicators, but I really don't know how to call these indicators that I need.
How could I show this information in QlikSense?
Thanks in advance,
Joan
You can use the Only() function for expressions for the measures of the KPI object: Only( ClientName), Only(Type_Of_Project), etc.
You can use the Only() function for expressions for the measures of the KPI object: Only( ClientName), Only(Type_Of_Project), etc.
Hi Joan,
Make use of the text object in Qliksense. This can be used to display the details you wanted.
Thanks,
Sangram.
Thanks!