Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
For example
In qlik on top there is filter area on singal filter where we are getting all the options from list
how I add the same featuer in mashup (so far I have created the current selection and there value , But I am not able to add this popup which is coming from qlik )
Any help
Reading your code you are building a custom selections bar, is that correct? You are reading data and then you want to render your layout for selection bars.
If this is the case, you have to create a ListBox object for each of your fields present in your selection bar. With ListBox you can show all the values present in a field and you can reproduce the "pop up" presente in native selections bar.
Please see this link on how to create a ListBox.
Hi @mk09123, if you emebed the selections bar and then click on a selection within it, you should see the same behaviour. Is this not your case? Can you share your mashup JS file and HTML please?
HI @alex_colombo ,Thanks for reply
So far I have created same filter area as qlik in mashup using html and js (please find the code and screenshot)
Reading your code you are building a custom selections bar, is that correct? You are reading data and then you want to render your layout for selection bars.
If this is the case, you have to create a ListBox object for each of your fields present in your selection bar. With ListBox you can show all the values present in a field and you can reproduce the "pop up" presente in native selections bar.
Please see this link on how to create a ListBox.