Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I have a dimension Vendor. Users didn't like the function to select more than 1 vendors from listbox. They are looking for a text box where they can enter from and to value to select the list of vendor. Is this possible in qlikview if so how?
Thanks
Use a Slider Object on your Data Field Vendor, setting the mode to Mufti Value.
an input box with 2 variables vStartVendor, vEndVendor
and set analysis
Sum({< Vendor= {">=$(vStartVendor)<=$(vEndVendor)"} >} SalesAmount)
Hi
I used the input box but user didn't like how they look the variable name with = symbol there is there anyway to get rid of that = symbol or have a text box as input box?
You can get rid of the equal sign within the presentation tab of the input box properties (take a look at the image below)
and you can change the display name of the variable also:
I hope this helps.
Best,
Sunny
Hi,
another possibility could be to use triggers with selection actions to select the Vendor field by filling two input boxes:
hope this helps
regards
Marco