- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 06:56 AM
Not able to copy query fully in reference qual field of reference qualifier override.
Is there a limit of characters to copy ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:02 AM
Yes every field will have a field length, so that can be the reason. Please increase the length of reference qualifier override field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:01 AM - edited ‎06-10-2025 07:07 AM
Hi @Piyush Dwivedi ,
If the reference qualifiers are longer, it is better to use a Script include and call the script include in the Ref.
It is usually around 250+ characters that is allowed but i suggest you go for a Script include though you can check the possibility of increasing the character length.
If my answer helped in anyway, Please mark it as helpful and accept as solution.
Thanks,
Mahathi
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:02 AM
Yes every field will have a field length, so that can be the reason. Please increase the length of reference qualifier override field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:07 AM
Please guide, How can we increase length of reference qualifier override field
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎06-10-2025 07:08 AM
Yes. It's a single line text field. The maximum length is 254.
As a workaround store your query in the sys_properties, then use it in the reference qualifier.
Ex: javascript:gs.getProperty("<property _name>")
Regards,
Siva