Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Dear All,
I have a field format like \\becpsn.com\power\projects\j3-cpp\ndh\ in an column Name..
And i have to take Bold letter in that column using subfield function .
plz help...
Hi Rahul,
It is not possible to get bold letter, while reading in Qlikview it is not possible to identify this. If you have fixed position then you give in SubField().
Hope this helps you.
Regards,
jagan.
Hi Rahul,
Try this,
=subfield('\\becpsn.com\power\projects\j3-cpp\ndh\ in an column Name..','\',5)
Hi
Try like this
Subfield('\\becpsn.com\power\projects\j3-cpp\ndh\','\',5)
If its always comes in that place,
Hi Rahul,
You can extract the part you want with this code
=SubField('\\becpsn.com\power\projects\j3-cpp\ndh\','\',5)
However, is this a one off thing?
Best Regards,
Gabriel