ppbb123 Posted July 17, 2013 Report Share Posted July 17, 2013 How to show an icon in report page when a checkbox is checked? Thanks. Quote Link to comment Share on other sites More sharing options...
0 MayMusic Posted July 17, 2013 Report Share Posted July 17, 2013 You can add an HTML Block to your page and write a peace of code to show the image if the checkbox is checked. <script> if ('[@field:FIELDNAME]' == 'Yes') { document.write('<img src="URL OF THE IMAGE" width="70" />'); } </script> Make sure to replace "FIELDNAME" with the actual field name and "URL OF THE IMAGE" with the URL of the icon. jonathanr 1 Quote Link to comment Share on other sites More sharing options...
Question
ppbb123
How to show an icon in report page when a checkbox is checked? Thanks.
Link to comment
Share on other sites
1 answer 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.