
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Qlik sense mashup
Hi All,
I want to create a filter button in qlik sense mashup. Can someone please help. I have attached example image.
Regards,
Khalander
- Tags:
- Filter pane mashup

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
not sure what is meant by a filter button as these are two different objects. did you mean a button that applies a field selection like a filter? the visual doesnt really say where the "filter button" is

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks for the response. Yes something like list box filter as shown in
image. By default it should be hide when user clicks then it should enable.
Regards,
Khalander

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use an HTML select tag; then populate it with your field values. you can use a getlist method:
getList method ‒ Qlik Sense for developers
but personally i prefer a hypercube as i can control what is pulled in

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
you can use styling via javascript to hide and show it

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thanks Edwin. I am not sure how to use the get list method in my HTML and java script. do you have any example/reference that would be helpful.
Regards,
Khalander

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
