Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
is it possible to make few selections in different fields all together, without applying the selections untill all selections in all fields are chosen?
the problem is I have a realy heavy document that when I make a selection it takes it some time to process it,
and i would like to be able to first make all the selections that i want in all fields, without it reacting to them,
and only when i'm done selecting it will process the whole selections.
couldnt find it anywhere...
please help!
thanks alot in advance
Selections are applied immediately - but you can postpone chart calculations. For example, you have one chart on the sheet (or only one chart that takes time to calculate). You can detach the chart, make selctions, and attach the chart. Calculations will be made once on "attach"
Regards,
Michael
HI
You can minimize the chart and after selection u can maximize the chart. Its not take that much time to display the result
It can be done by workaround using Alternate states on button click.
Are you expecting like that?
Means on button click you need to apply the selections?
Hi tgs12345,
You can use Bookmarks to save the selection for later use.
See the QlikView Reference Manual v11 on page 127.
Regards
Thanks everyone!
Those ideas are working for me sometimes-
but the problem is when I have a module with lots of charts on each sheet.
I thought maybe there was a feature i'm missing, like in "copy mode" when its not applying the selections,
but i guess these ideas are good enough.