Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
hello,
how to calculate percentage by keeping condition on variable in expression and order by x-axis labels?
PFA
thx
by overlaping chart by chart accordingly selection from list box we can achieve this as of now.
what is this variable for VarPriorityRanking ??
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!
change your variable to : =count(PriorityOfTheAvailabilityOfITApplRanking1)
(you cannot change it by pasting value into inputbox)
by overlaping chart by chart accordingly selection from list box we can achieve this as of now.