We have a ASP page where the user can access link to Qlikview application, now I want to check dynamically if the user has Qlikview plugin, if he doesn’t then I need to direct him to a HTML version of the application. Is there a way to do this
I cant remember the exact name of the function but I think it's something like Client() - look up system functions in the F1 help. This tells you if someone is connecting using the plugin or mobile etc. you could maybe have a trigger on open to check this and do something.
Having said that, if a user does not have the plugin installed then they will only be able to open the Ajax version from the Access Point anyway.