Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
hugmarcel
Specialist
Specialist

Minimized textbox shows maximized if layout-condition is true

Hi

I have a textbox, it should display minimized at report startup.

The textbox comes with a layout display condition which is always true at startup. I still want the textbox minimized at startup, but it doesn't due to the layout condition.

Any help?

thx - Marcel

1 Solution

Accepted Solutions
hugmarcel
Specialist
Specialist
Author

Hi

I just re-minimize the object with a page enter action trigger.

Regards - Marcel

View solution in original post

3 Replies
awhitfield
Partner - Champion
Partner - Champion

Hi  Marcel,

What's in the layout Condition ?

Andy

hugmarcel
Specialist
Specialist
Author

The condition is

= IF(WILDMATCH(UPPER(OSUser()),'*$(vtheLoggedInUser)') > 0,1,0)

Marcel

hugmarcel
Specialist
Specialist
Author

Hi

I just re-minimize the object with a page enter action trigger.

Regards - Marcel