Report query

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 08:18 AM - edited 12-11-2023 08:19 AM
Hi All,
Am getting error in the report when am trying to call script include function in the report filter, however the report is not getting generated:
Script include:
Client callable: true
Report:
Attached screenshot.
Note: I did tested the script in the background script, its working fine.
Could anyone please let me know where am going wrong.
Any help is Appreciated!!
Thanks in Advance!!

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 08:29 AM
I believe javascript needs to be lowercase.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 09:06 AM
Thanks Aromola.
With lowercase also its not working.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-11-2023 10:05 AM
Can you post your entire script include? The SI call needs to be:
javascript: new ScriptIncludeName().functionName();

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-12-2023 09:42 AM
Still not working Aromola!!