Hello All,
I have an action applied on a button for opening another QlikView document (say X.qvw). But I need to check for the availability for this document 'X', if it is available, then open 'X', else open another document (say X_PRELIM.qvw). Please note that either 'X' or 'X_PRELIM' will always be present in the path.
I need something like this:
if (exists 'X.qvw','X.qvw','X_PRELIM.qvw)
Regards,
Shreyan