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: 
narender123
Specialist
Specialist

Show dimension in Bar chart expression

Hi All,

I have to show dimension in expression without aggregation function.

Like i have 3 columns.

2 columns added under dimension in chart property but i have to show 3rd dimension in expression without aggregation.Actually i have to shoe employee name on bar chart value point.

=count(employee) is working but =employee is not working??

How i can use dimension in expression directly??

Thanks ,

Narender

14 Replies
narender123
Specialist
Specialist
Author

Please find attached file shared with Balraj.

Anonymous
Not applicable

Will this work?

I doubt that we can write dimension value as it is in Chart expression but same can be done in report..

narender123
Specialist
Specialist
Author

I know but i have to show it in bar chart.

florentina_doga
Partner - Creator III
Partner - Creator III

hi Narender

use in expresion like this

=dual(Employees,sum(SubField(Employees,' ',1)))

Anil_Babu_Samineni

Then try This,

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful