Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to show the below link in the qvw.I have used the pivot table.
When i import the field into table it gives full as below
Retail Employee GAP Report<URL>\\test.com\public\Scorecard Backups\Retail Employee GAP Report |
But here i need only the link \test.com\public\Scorecard Backups\Retail Employee GAP Report
Let me know how to get this.
Thanks..
Try this:
Right([YourField],len([YourField]) - len(SubField([YourField],'\\',1)))
The string you get is this?
Retail Employee GAP Report<URL>\\test.com\public\Scorecard Backups\Retail Employee GAP Report
Try this:
Right([YourField],len([YourField]) - len(SubField([YourField],'\\',1)))
Can i have explanation..
You want me to explain?
This might be a little simpler:
subfield(YourField,'>',2)