Time again for an m*Sight tip. You can find the original, with a document and sample data at Qlikfix.com. Qlikfix is a great place to get some great tips.
Thursday, May 31, 2012
Wednesday, May 16, 2012
Using AJAX or the IE Plugin?
A very quick tip this week…
If you would like your users to identify whether or not they are using the IE Plugin or AJAX, create a simple text box and put in the following expression:
= IF(ClientPlatform()='','Plugin',ClientPlatform())
It will return either the browser name or ‘Plugin’.
If you would like your users to identify whether or not they are using the IE Plugin or AJAX, create a simple text box and put in the following expression:
= IF(ClientPlatform()='','Plugin',ClientPlatform())
It will return either the browser name or ‘Plugin’.
Wednesday, May 9, 2012
IE Plugin Problems
If your end users are unable to run your document with the IE Plug-in (after downloading and installing), have them check their security settings.
Subscribe to:
Posts (Atom)