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