Hello all, I am attempting to create a saved searc...
# suiteanalytics
a
Hello all, I am attempting to create a saved search with a link to the results of another saved search. The link works. Now, I want to change the title of the link to the count of the internal id. '<a target=_blank href=https://accountid-sb1.app.netsuite.com/app/common/search/searchresults.nl?searchtype=Transaction&amp;Transaction_ITEMtype=ANYOF&amp;Transaction_ITEM='%7C%7C{item.internalid}%7C%7C'&amp;detail=Transaction_ITEM&amp;detailname='%7C%7C{item}%7C%7C'>'||TO_CHAR(COUNT({internalid},)'999')||'</a>' I thought above link would work but it returns unexpected error. Any suggestions?