Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
In a pivot table, we have a row defined by expression:
=PAT_NAME & ' ' & '[' & PAT_MRN_ID & ']'
Will it be possible to add to the expression an actionable link to access Chart Review in Epic?
I have tried the following:
=PAT_NAME & ' ' & '[' & PAT_MRN_ID & ']' & ' ' & 'Launch Chart Review' & '<URL>EpicAct:UCW_CHART_REVIEW,InfoName:PAT_ID,InfoValue:'& REPEAT(' ', (10 - LEN(PAT_ID))) & PAT_ID
Thank you!