I have a working conditional statement using SQL. However, the output (following the "then" statement outputs plain text.
Does anyone know how to force it to be formatted as a clickable link?
Here's the full statement:
CASE
WHEN [@field:connect_PIF_ER_eval_complete]='' then '<ahref="participant_evaluation.html?ER_ID=[@field:ER_Events_1_ER_ID]&Ev_Type=[@field:ER_Events_1_Event_Type]">Evaluation</a>'
ELSE 'Evaluation Completed'
END
I'm sure it's obvious, I'm just not sure what needs to surround the href tag.
You can post now and register later.
If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.
Question
Clint
I have a working conditional statement using SQL. However, the output (following the "then" statement outputs plain text.
Does anyone know how to force it to be formatted as a clickable link?
Here's the full statement:
I'm sure it's obvious, I'm just not sure what needs to surround the href tag.
Thanks!
Link to comment
Share on other sites
6 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.