We have Experience Cloud users able to export reports, including a hyperlink formula.
When exporting as CSV, the format of the field is the full href text.
Is there a way to have it export with just the Text Return type?
Current result example: <a href="/s/invoices/invoice/a0V6F00001mUe7BUAS/geoinvoiceJohn-Doe20210408-28264" target="_blank">20210408-28264</a>
Desired result example: 20210408-28264
7 answers
I don't think you are reading the requirements. That number is already a custom field that is being returned in the original HYPERLINK formula. We do not wish to have 2 fields in the report showing the same information if possible, given this is Experience Cloud for our client users. Hi, Hi Keiji Hi Anna, SUBSTITUTE(left(SUBSTITUTE( hyperlink__c, left(hyperlink__c ,FIND('>', hyperlink__c )) , ""),FIND('>', SUBSTITUTE( hyperlink__c, left(hyperlink__c ,FIND('>', hyperlink__c )) , "") )-1),"</a","")