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: 
deeavhad
Contributor
Contributor

how to make bar graph static

my measure expression is as follow, I want to make bar graph static (x axis should be static or does not change as per selection on the page)

 

Sum({$<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Numerator])/Sum({$<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Denominator])

1 Solution

Accepted Solutions
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Change the "$" set identifiers to "1".

Sum({1<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Numerator])/Sum({1<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Denominator])

-Rob

View solution in original post

1 Reply
rwunderlich
Partner Ambassador/MVP
Partner Ambassador/MVP

Change the "$" set identifiers to "1".

Sum({1<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Numerator])/Sum({1<[UKI_PPL.Metric]={'FPOC %Without GCP Data'}>}[UKI_PPL.Denominator])

-Rob