Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Is there something similar to non-numeric KPIs in QlikSense?

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

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the Only() function for expressions for the measures of the KPI object: Only( ClientName), Only(Type_Of_Project), etc.


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

You can use the Only() function for expressions for the measures of the KPI object: Only( ClientName), Only(Type_Of_Project), etc.


talk is cheap, supply exceeds demand
reddy-s
Master II
Master II

Hi Joan,

Make use of the text object in Qliksense. This can be used to display the details you wanted.

Thanks,

Sangram.

Not applicable
Author

Thanks!