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

Announcements
Join us in Toronto Sept 9th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
bharatkishore
Creator III
Creator III

Path

Hello ALL,

                  In text Object i gave QVwork Path.I am getting the path.I am getting as D:\RBK\NewProject\Applications.But instead of Application i want to get Text.That is  D:\RBK\NewProject\Text

            Can anyone say to me how to do this.I attached My application for your better understanding.

Regards,

R.Bharat Kishore

1 Solution

Accepted Solutions
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Have a look at the application.

Regards,

Kaushik Solanki   

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!

View solution in original post

5 Replies
kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Have a look at the application.

Regards,

Kaushik Solanki   

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
bharatkishore
Creator III
Creator III
Author

Thanks A lot Kaushik.Thank you.

Regards,

R.Bharat Kishore

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Use below expression.

     =mid(QvWorkPath,1,FindOneOf(QvWorkPath,'\',SubStringCount(QvWorkPath,'\'))) &'Text'

     Advantage of above one is you even if the path changes it will change the last directory name.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!
bharatkishore
Creator III
Creator III
Author

Hi Kaushik,

                        Thank u Kaushik.In the mean time i gave expression as =SubField(Qvworkpath,'Application',1)&'Text'&;

I hope this is also correct.

Please Correct me if i am wrong.

Regards,

R.Bharat Kishore

kaushiknsolanki
Partner Ambassador/MVP
Partner Ambassador/MVP

Hi,

     Try to put this expression in textbox and check the output.

Regards,

Kaushik Solanki

Please remember to hit the 'Like' button and for helpful answers and resolutions, click on the 'Accept As Solution' button. Cheers!