Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have a qvf qpp thats on a different location that qliksense directory.
I want that app to show when I open my Qliksense local application.
How do I do that? I see only one category Work with no apps inside that.
Hi @sujit_nath @Vegar @sujit_nath @tresesco
Yes, you can, by creating a symbolic link at your Qlik's home directory with the Qlik Application file (target) anywhere in your workstation environment (Note, I did not try with a network file, as I cant emulate that)
You need to read this article The Complete Guide to Creating Symbolic Links (aka Symlinks) on Windows ; Symbolic Links are part of the Windows OS for many versions thus far, they were introduced by UNIX decades ago, and obviously available in Linux distributions.
The syntax is simple:
mklink Link Target
Comments:
mklink Z_LocalDrive.qvf "E:\Temp\Z_SoftLink Same Drive.qvf"
mklink Z_Diff_Drive.qvf "C:\Temp\Z_SoftLink Diff Drives.qvf"
Security:
I hope this helps!
In order to get your app to show up in Qlik Sense desktop application overview your app needs to be stored in the app folder of Qlik sense, typically as t this location : C:/User/<userid>/qlik/sense/app
Are you working with QS Desktop?
yes.. @ArnadoSandoval
and @Vegar yes.. that option I know.. but isn't it a possibility to store the qvf at a different location and somehow show at home?
With qlik sense, your app has to be at specific folder location to make it available at home.
Hi @sujit_nath @Vegar @sujit_nath @tresesco
Yes, you can, by creating a symbolic link at your Qlik's home directory with the Qlik Application file (target) anywhere in your workstation environment (Note, I did not try with a network file, as I cant emulate that)
You need to read this article The Complete Guide to Creating Symbolic Links (aka Symlinks) on Windows ; Symbolic Links are part of the Windows OS for many versions thus far, they were introduced by UNIX decades ago, and obviously available in Linux distributions.
The syntax is simple:
mklink Link Target
Comments:
mklink Z_LocalDrive.qvf "E:\Temp\Z_SoftLink Same Drive.qvf"
mklink Z_Diff_Drive.qvf "C:\Temp\Z_SoftLink Diff Drives.qvf"
Security:
I hope this helps!
I forgot to add, this is the output of the mklink command at the DOS session:
@ArnadoSandoval , Thanks for sharing, it does work. 🤗 And it is helpful for many other ways being a windows solution.
Hi @tresesco It is an Unix command introduced in 1978, Symbolic_link very helpful in some scenarios and available in most Operating Systems.