Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

Clear button opening some undesired sheet


Hi All,

I have an issue, where when I am clicking on "Clear", qlikview goes to some other sheet.

Here is the scenario :

I have an app where all sheets are conditionally hidden.

Now, there are 2 sheets apart from all other sheets,  Intro1 & Intro2 which have following conditions:

Intro1 : not if(IsNull([WindowsUserName]),0,1)

Intro2not if(IsNull([WindowsUserName]),1,0)

So, the user with some privileges (or whose user id is available) will land in Intro2 page and user with no privileges will land up in Intro1.

Also, onopen of the document there are 2 triggers, One selects OSUSER() & stores it in WindowsUserName & the other locks the field.

The issue is, when I am logging in with a user id such that I land up in page intro1 and click on clear button, it goes to Intro2 sheet whereas it should not go anywhere and remain on the same sheet (Intro1). Moreover this issue happens in IE only and in client it works fine usually.

Any help is greatly appreciated.

2 Replies
Not applicable
Author

Any inputs?

dmohanty
Partner - Specialist
Partner - Specialist

What's the function of your clear button?

Can you check what's condition is given in CLear Button. I guess instead of clearing the selections , its doing some other tasks!