Objective: To show a red flag whenever two calculated fields did not produce the same results.
Question:
Is it possible to embed a graphic in calcualted field? I issued the following string that when checked for validity gives out a "valid" confirmation. I was very happy.
But then when I checked the embedded code on html, it gives "Error in formula".
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
Elena
Datapage type: Tabular report
Objective: To show a red flag whenever two calculated fields did not produce the same results.
Question:
Is it possible to embed a graphic in calcualted field? I issued the following string that when checked for validity gives out a "valid" confirmation. I was very happy.
But then when I checked the embedded code on html, it gives "Error in formula".
Below is the code:
CASE
WHEN [@calcfield:3]=[@field:Grade] THEN ''
ELSE <img src="https://mysource.com/images/redflag.jpg">
END
All help is appreciated as usual.
Best,
Elena
Link to comment
Share on other sites
2 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.