Thursday, May 31, 2012

Quartiles

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.

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’.

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.