Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
How you need in Back end?
I just want to know the fact that it is possible or not in Qlikview.
Don't think that possible way - I am expecting in technical oriented because there must be direct / indirect way to achieve this. Could be the reason i am asking whether how you need?
May be like in attached qvw?
Load RowNo() as Data
AutoGenerate $(vScript);
Let vScript='';
Input a number in the input box and reload; the data would have that many rows. I entered 10 and reloaded for the above screenshot.
is it for each and individual user of dashboard or application? If it is individual then it is not possible directly. You need to go with third party tools to write back.
Hi Vipin,
I don't know how you could save a value as a variable in script but you can certainly save a selected field value as a variable.
For example if we have one value selected in field AccNo then a button with the action Set Variable as shown will save the value:
Variable : vAcc
Value
=if(GetSelectedCount(AccNo) = 1, AccNo)
It's difficult to advise without knowing your application but maybe bookmarks will give you what you need.
good luck
Andrew
If you need Field Selection, try using trigger like: