Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us in NYC Sept 4th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
dirk1955
Creator
Creator

auto determing driveletter on startup

Hi,

I wonder if it is possible to auto determing the driveletter on witch the application resides on startup.

Why, the driveletter of the external harddisk isn't always the same. It depends on witch pc the application is running on.

Greetz

Dirk

1 Solution

Accepted Solutions
hic
Former Employee
Former Employee

Yes it is. The variable QvWorkPath returns the entire path of the app. The variable QvWorkRoot returns the root. f you use e.g. a

   '$(QvWorkRoot)'

or

   Left('$(QvWorkPath)',2)

you will get what you need.

HIC

View solution in original post

2 Replies
hic
Former Employee
Former Employee

Yes it is. The variable QvWorkPath returns the entire path of the app. The variable QvWorkRoot returns the root. f you use e.g. a

   '$(QvWorkRoot)'

or

   Left('$(QvWorkPath)',2)

you will get what you need.

HIC

dirk1955
Creator
Creator
Author

Hi, thank you very much.

Greets

Dirk