Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
In a current selection box, i'am looking for display only few fields, eg if i have fields A, B, C in my app, i want only field A and B in my box. Is it possible to achieve this?
Thanks
This might not be possible using Current Selection Box. However, you can try to create your own space of current selection values in a different manner. You can use GetFieldSelections() to display the values in a text box or so. You may refer :https://community.qlik.com/t5/QlikView-Documents/Current-Selection-Alternatives/ta-p/1497457
Thanks for your answer. I used sometimes hide prefix but in this case i think it's more tricky. What i missed to explain in my previous post is that i have 3 sheets. On sheet 1 i want box with field A, on sheet 2 box with field B, on sheet 3 box with field C.
With hiding fields, field X will be hide on all sheets...
This might not be possible using Current Selection Box. However, you can try to create your own space of current selection values in a different manner. You can use GetFieldSelections() to display the values in a text box or so. You may refer :https://community.qlik.com/t5/QlikView-Documents/Current-Selection-Alternatives/ta-p/1497457
I wiil use GetFieldSelections, probably the best and simple way.