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: 
Anonymous
Not applicable

how to group a dimension with variables in Sense

Enclosed please find a sample file that contains retail, pos qty and pos $.

I have two variables, one is low retail, the other one is high retail, with them, I could have 3 ranges in retail,

one is low retail (that less than low retail, say <=$3), second is medium retail (that in tween two variables, say >$3 AND <$7), third is high retail (that more than high retail, say >=$7). I need keep two variables as this is flexible and allow I could change retail range based on different scenario.

What I want to do is to show these three low, medium high as dimension, then show pos qty in each retail range with a stacked bar chart.

I have no idea how to group all retails into three segments. Can anyone help on this? I need it done in Sense.

Thanks.

1 Solution

Accepted Solutions
Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvf


talk is cheap, supply exceeds demand

View solution in original post

3 Replies
ahaahaaha
Partner - Master
Partner - Master

As an option. When you download add field RecNo() as ID. Building a bar chart with the demension ID and measure retail. retail sort ascending. In the add two reference lines complement (= 3 and = 7).Pic.png

Gysbert_Wassenaar
Partner - Champion III
Partner - Champion III

See attached qvf


talk is cheap, supply exceeds demand
Anonymous
Not applicable
Author

Thanks to both of you. Gysbert's was a bit better.