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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
buzzy996
Master II
Master II

how to get percentage in expression and order by x-axis labels?

hello,

how to calculate  percentage by keeping condition on variable in expression and order by x-axis labels?

PFA

thx

1 Solution

Accepted Solutions
buzzy996
Master II
Master II
Author

by overlaping chart by chart accordingly selection from list box we can achieve this as of now.

View solution in original post

4 Replies
Not applicable

what is this variable for VarPriorityRanking ??

buzzy996
Master II
Master II
Author

hi thanks for quick reply...

VarPriorityRanking is a variable i am passing object by selecting from list box to this variable,after passing object to this variable() need to do calculations by using expression.

formula : count of number of records/total number of records,here dimension also need to set as accordingly variable selection.

pls let me know,if ur not understood!

Not applicable

change your variable to :  =count(PriorityOfTheAvailabilityOfITApplRanking1)

(you cannot change it by pasting value into inputbox)

buzzy996
Master II
Master II
Author

by overlaping chart by chart accordingly selection from list box we can achieve this as of now.