Skip to main content
Announcements
Qlik Connect 2024! Seize endless possibilities! LEARN MORE
cancel
Showing results for 
Search instead for 
Did you mean: 
mastankomatla21
Contributor III
Contributor III

Unable to find Relative path in Qliksense

Hi Team,


Can you please let me know-where we can find the Relative path in qliksense?

How we can publish the qliksense report?

Regards,

Masthan

1 Solution

Accepted Solutions
vikasmahajan

Try to create a new folder using create new connection command and give some name to folder and refer this folder for flushing reports

hope this helps you.

Untitled.png

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.

View solution in original post

7 Replies
Quy_Nguyen
Specialist
Specialist

Which product are you using? QlikSense Desktop or QlikSense Enterprise.

For Enterprise, you will publish your app via hub or qmc, so it's no need to find the app via relative path.

Further information: https://help.qlik.com/en-US/sense/June2018/Subsystems/Hub/Content/Publishing/publish-to-enterprise.h...

vikasmahajan

Try to create a new folder using create new connection command and give some name to folder and refer this folder for flushing reports

hope this helps you.

Untitled.png

Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
rubenmarin

It all starts with a connection, based on that connection you can use 'relative' paths as:

LET vConnection = lib://ConnectionName\;

LET vQVDs = $(vConnection)Qvds\;


For real paths you can enable legacy mode (disabling standard mode), but I would not recommend that unless you really need it.

vikasmahajan

Have you tried this ?

LET vConnection =' lib://ConnectionName\';

LET vQVDs ='$(vConnection)Qvds\';


Vikas

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
vikasmahajan

like this

let vPath='lib://LIBStandardData/';

LOAD

    *

FROM [$(vPath)table.qvd]

(qvd);

Hope this resolve your issue.
If the issue is solved please mark the answer with Accept as Solution & like it.
If you want to go quickly, go alone. If you want to go far, go together.
mastankomatla21
Contributor III
Contributor III
Author

Currently I am using Qliksense Desktop

Quy_Nguyen
Specialist
Specialist

This is the directory for Qlik Sense: %userprofile%\documents\qlik\sense\

This is the directory for Qlik Sense Apps: %userprofile%\documents\qlik\sense\apps