Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
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
Hi,
Have a look at the application.
Regards,
Kaushik Solanki
Hi,
Have a look at the application.
Regards,
Kaushik Solanki
Thanks A lot Kaushik.Thank you.
Regards,
R.Bharat Kishore
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
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
Hi,
Try to put this expression in textbox and check the output.
Regards,
Kaushik Solanki