Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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.
ClientPlatform() ?
Comparison may be like: =WildMatch(ClientPlatForm(),'*Mobile*')
ClientPlatform() ?
Comparison may be like: =WildMatch(ClientPlatForm(),'*Mobile*')
Thanks Tresesco, that was it.
Regards, Marcel.
This is very interesting to learn. Can someone post a template, so that we can all learn from it.
Thanks