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

Announcements
Independent validation for trusted, AI-ready data integration. See why IDC named Qlik a Leader: Read the Excerpt!
cancel
Showing results for 
Search instead for 
Did you mean: 
marcel_olmo
Partner Ambassador
Partner Ambassador

How to detect if you're opening a QV doc with computer or Ipad

Hi guys, we've developed a qv doc with sheets prepared for pc and sheets prepared for Ipad.

I'd like to know if there's a way to know if the user is connecting to the document via PC or Ipad, in order to show only the pc sheets or the ipad sheets.

Many thanks in advance.

Regards, Marcel.

1 Solution

Accepted Solutions
tresesco
MVP
MVP

ClientPlatform() ?

Comparison may be like: =WildMatch(ClientPlatForm(),'*Mobile*')

View solution in original post

3 Replies
tresesco
MVP
MVP

ClientPlatform() ?

Comparison may be like: =WildMatch(ClientPlatForm(),'*Mobile*')

marcel_olmo
Partner Ambassador
Partner Ambassador
Author

Thanks Tresesco, that was it.

Regards, Marcel.

Not applicable

This is very interesting to learn. Can someone post a template, so that we can all learn from it.

Thanks