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: 
jim_chan
Specialist
Specialist

Bar Chart with Price range listbox

i have created a bar chart with price.  i want to create a listbox price range as a filter. Can anyone out there help help??

I need to have a price range

<1000

1001 - 2000

2001-3000

3001-5000

>5000

how can i do that? should i do it in back end script?

Rgds

Jim

6 Replies
antoniotiman
Master III
Master III

In Listbox Expression

Class(Price,1000)

jim_chan
Specialist
Specialist
Author

what if the price is an expression - for example: sum(price) * 100/0.5 ?

can i still use it with Class() ?

RGds

Jim

antoniotiman
Master III
Master III

Try

Class(Aggr(Sum(Price)*100/0.5,Price),1000,'Price')

Not applicable

Hi

Try this : class(((price, 1000)*100/0.5))

tamilarasu
Champion
Champion

Hi Jim,

I have already replied in the below thread. Please avoid posting the same question multiple times.

bar chart with price range list box

jim_chan
Specialist
Specialist
Author

i totally understand that. but i posted wrongly.