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

How to filter and show a reduced range of records based on input box

Hi,

I'm new to Qlikview and would appreciate any help on the following:

I've a set of records which will be ranked based on sum(Total Value) by Category Name.

I also have an input box whereby user can enter a Category Name, and my chart will have be refreshed to show

only the selected Catagory Name together with 5 other Category Names with sum(Total Value) closest in value to the selected Category Name.

Any advice will be much appreciated.

Thanks!

Weng Kin

Regards

1 Solution

Accepted Solutions
nstefaniuk
Creator III
Creator III

4 Replies
sujeetsingh
Master III
Master III

I didnt get the meaning or context of closest....

In simple you just set a variable to a  input box and try to call that in your chart or table you want..even you can use the set analysis..for thiss,

nstefaniuk
Creator III
Creator III

Hello,

if it's on open, you can pre-calculate flags in script then use these flags with triggers.

Other solution is :

- user select a category

- user click on a button

- the button

--- - store current category in a variable vCategory

--- - select in a listbox categories where sum(Total Value) = sum({$<Category = {"$(vCategory)"}>}Total Value)

It should work

nstefaniuk
Creator III
Creator III

Example attached

Not applicable
Author

Thanks nstefaniuk!

This is what I was looking!

Regards