FAQ/Questions/running-javascript-on-report-elements.md
... ...
@@ -10,7 +10,7 @@ Can I run javascript when a user clicks on a report element?
10 10
11 11
Yes, you can run javascript within any report element (like a field value) by adding the **javascript:** keyword in the URL field on the [[advanced properties|/FAQ/advanced-field-settings]] of the field you want to use the URL with. You can see the screenshot below for an example of how this is used with the column name and value being used in the javascript as well.
12 12
13
-![]()
13
+![](/FAQ/Questions/running-javascript-on-report-elements/URL_Javascript_Code.png)
14 14
15 15
In the above screenshot, you see a couple of items in curly braces **{}**. These are parameters that will be passed into the javascript. They can be used as variables or literal strings.
16 16