Skip to main content
Announcements
Introducing Qlik Answers: A plug-and-play, Generative AI powered RAG solution. READ ALL ABOUT IT!
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Filter Selections

Hi All,

I currently have 2 graphs which give me the 25th and 99th percentile of order cycle time. The Dimension is Closed Month and the expression is

  

Fractile

(Status_WorkingHours_Cal,0.99)

which works. But the user wants to be able to type in different numbers which in turn will change the percentile of the graph. For example they could time in 20 and 90 and the two graphs will change to show the 20 percentile in one and the 90 percentile in the other. Is it possible to do this?

 

2 Replies
Not applicable
Author

You can do it with a variable as an input box.  Just make your formula Fractile(Status_WorkingHours_Cal,$(VariableName))

Not applicable
Author

Also, it may be easier for the user for them to enter an integer in the input box, then you could have a second variable divide that variable by 100 and refer to the second variable in your formula.  Just a thought.