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

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
arsenal1983
Creator
Creator

Combo chart

Hi,

I have such data:

Period,

Company_name,

Status (1,2,3)

I would like to show on the combo bar: (on separate charts it is simple)

1. Count Company over the period and status - STACKED

     * dimmensions: Period, Status,

     * experssion: Count(Company_name)

2. On the right axe the share of status 1 over the period as SYMBOL

     * dimmension: Preiod

     * expression: Count({$<Status = {'1'}>} Compay name) / Count(Company_name)

0 Replies