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: 
PrashantRupani
Creator
Creator

Default selection on a filter in Qlik Sense

I have an inline script

INLINE_TABLE:
Load * Inline [
DimNO, Chart_Dim
1, Country
2, Salesperson
3, Product
];

 

I am putting this Chart_Dim in a filter. User would like to show by Product as the default one. ( This chart dim is used to control the rendering of the chart )

But QS is dong random selection of the default value. How do I set it specifically to Product?

Please suggest

Thanks

Labels (1)
1 Solution

Accepted Solutions
2 Replies
PrashantRupani
Creator
Creator
Author

Thanks Nicole. I tried both solutions. Both work fine.

The filter is on the Qlik Sense Sheet. One solution I tried was rearranged the Load inline script such that the 1st value is the one I need to set as default. Then on the filter object, I sorted by Custom and unchecked all options. That way QS sets the first value mentioned in the load order as the default one. That worked.

Another solution we tried was just selected the value we want as the default one. Then reloaded the data in the data editor. That too worked.

Thanks

Prashant