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

Announcements
AWS Degraded - You may experience Community slowness, timeouts, or trouble accessing: LATEST HERE
cancel
Showing results for 
Search instead for 
Did you mean: 
sspawar88
Creator II
Creator II

Set analysis

Count({<param_name={'TEMP'}, param_value={'<=-1'}>} param_value)/

Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>}param_value),branch_type)

This expression gives me 100% Stack bar chart which i have required.

but when i drill down for branch_name it won't show 100% for branch_name.

what Changes need to be put in expression?

26 Replies
Kushal_Chawda

any luck?

sspawar88
Creator II
Creator II
Author

no dear

Kushal_Chawda

Have you tried the expression which I had suggested? or else share the app

Anonymous
Not applicable

Try This:

Count({<param_name={'TEMP'}, param_value={'<=-1'}>} <branch_type> param_value)/

Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>} <branch_type> param_value),branch_type)

BR,

Chinna

sspawar88
Creator II
Creator II
Author

yes tried but not working

sspawar88
Creator II
Creator II
Author

Error in Expression

Anonymous
Not applicable

Count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type> param_value)/

Aggr(Nodistinct count({<param_name={'TEMP'}, param_value={'<=-1'}>} TOTAL <branch_type> param_value),branch_type)

sspawar88
Creator II
Creator II
Author

it gives 100%.

but at second level it gives same stacks for all the bar's.

ggg.PNG

sspawar88
Creator II
Creator II
Author

Hi Kush,

Have u any idea?

Kushal_Chawda

let me check your app.