Skip to main content
Announcements
Qlik Connect 2025: 3 days of full immersion in data, analytics, and AI. May 13-15 | Orlando, FL: Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
sspawar88
Creator II
Creator II

Pivot table

Hi community,

In Pivot table i have regions & Branch_type in which i want to show 100% per each branch_type and region

Actually when i used bar chart for region and keep expression like this

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

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

it shows 100% for each region.

when i used bar chart for branch_chart and keep expression like this

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

Count(total <branch_type>{<param_name={'Temperature'},param_value={'<=-1'}>}param_value)

it shows 100% for each branch_type.

i want to collaborate results in bar charts into pivot but it won't come.

what changes in expression need to put in pivot table (Total % Compliance)?

so  that i can also show branch_type 100%.

pivot.PNG

3 Replies
MK_QSL
MVP
MVP

Provide sample data please !

Also, your description is little confusion.

Provide some more information with little more description about logic and your requirement.

or Try

TOTAL <branch_type, region_name>

sspawar88
Creator II
Creator II
Author

Hi Manish,.

TOTAL <branch_type, region_name>---it is not working.


actually i'm showing ranges of param_value

like

-1 to -10

-10.1 to -13.9

-14 to -17.9

-18 below

in stack bar chart. for this purpose two bar charts are 100%.

and this result i have to collaborate in Pivot.

but before showing % for stack i.e ranges of param_value in pivot. i'm trying to show 100% for region & branch_type both.


if i get formula i can change param_value at numerator to '-18' or '<=-1>=-10' so that i can get % compliance for my ranges.



Anonymous
Not applicable

its better if you post your QVW file