Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
in sheet 1 i have dept list box where and also as per the requirement in the list box only one value has to be selected not more than one
so i gave always selected one in the list box
example:
dept list
cse
it
ece
now i m moving to the sheet 2 there is no list box, but the always selected one value in the sheet1 list box is getting reflected in the sheet2 ,
so always selected one value has to be cleared when i move to sheet 2?
I guess you will need to use Alternate States in this case to get this to work
i fi i use then in current selection box it will have the selection? i wan to clear the current selection when i move.
macro is not allowed due to performance issue
That is why I proposed Alternate States. Are you familiar with the concept of Alternate State? If not, then look here:
http://www.learnqlickview.com/alternate-states-in-qlikview/
Introduction to alternate states - The Qlik Fix! The Qlik Fix!
Do not duplicate the threads please:
Delete one of them as it is complicated to follow up.
You have to write a macro as mentioned in the below link:
Then use this macro in same sheeet triggers OnLeave Sheet --> ACtions -- > Extrenal --> Run Macro as per link above
or
As an alternative , We can use Alternative states to achive this kind of functionality.
Like You have to keep all the objects of that particular sheet a particular alternative state and all other sheets in normal state..
sunny i set two alternate state such that list1 and list 2
i have assigned the list 1 to the sheet1 and list2 to the sheet2.
but its not removing the current selections
sunny i set two alternate state such that list1 and list 2
i have assigned the list 1 to the sheet1 and list2 to the sheet2.
but its not removing the current selections