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: 
Anonymous
Not applicable

showing two bars with one dimension and two expressions

In Sheet 4 there is a Assignee status bar chart it is showing one bar (tickets not assigned) so i want to show one more bar for (tickets assigned ) so please look at below dashboard and give a response..

Thank you,

Devendar

4 Replies
robert_mika
Master III
Master III

Add Calculated Dimension

=IF(IsNull(Assignee),'Not Assigned','Assigned')

The Expression:

=COUNT(DISTINCT(Incident_Number))

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached example.


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

It is fine but if i select 'Not Assigned ' Bar below ticket details table not showing 'Not Assigned ' Tickets ...

Anonymous
Not applicable
Author

It is fine but if i select 'Not Assigned ' Bar below ticket details table not showing 'Not Assigned ' Tickets ..