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: 
sspawar88
Creator II
Creator II

Set analysis

Hi Community,

Here i'm working on Bar Chart & calculate percentage for region.

i have Temperature Database so here i'm calculating percentage for Temperature as

Count of temperature less than -1 for specific region e.g WEST-----numerator

all count of temperature less than -1--------------------------------------------denominator

here below i tried some thing but it gives strange result

Count({$<param_name={'Temperature'},param_value={'<=-1'},region_name=>}param_value)/

Count(Total{$<param_name={'Temperature'},region_name=,branch_type=,param_value={'<=-1'}>}param_value)*100

b1.PNG

and same in another bar chart for branch_type

Count of temperature less than -1 for specific branch_type e.g FACTORY-----numerator

all count of temperature less than -1--------------------------------------------denominator

brffffffffffff.PNG

Can same formulae works on both chart?

and also if i select on any branch_type or Region it has to effect on another chart.

suppose i select on WEST in region chart..it should gives the percentage for all branch_type in WEST Region in branch_type chart or inverslly suppose i select on FACTORY in branch_type chart..it should gives the percentage for FACTORY for all Regions in Region Chart.

What will be this two formulaes...same or different..how?

1 Reply
MK_QSL
MVP
MVP

You are bypassing region_name= in set analysis so region selection would not affect this chart.