Search This Blog

Monday, December 7, 2020

How to Import Existing an Application Into Qliksense Desktop.

It's very simple . Just Copy-Pest the application into this path of your desktop. Then open Qliksense hub.

C:\Users\User\Documents\Qlik\Sense\Apps

Thank You.

No comments:

Post a Comment

Search String Inside Oracle Database Objects SQL

SELECT owner, name, type, line, text  FROM dba_source WHERE instr(UPPER(text), UPPER('string')) > 0;