- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:01 AM
Hi All
I have written the client script to hide upon the condition of one location variable, but on the RITM and Task level the spaces are very high as it is hiding the variables
Can we remove the spaces?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:20 AM
Hi @hydu9535
You might have used below code to hide the variables
g_form.setVisible('variable_name', false);
Use the below code instead and it will remove the spaces
g_form.setDisplay('variable_name', false);

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:17 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 02:33 AM
Hi @hydu9535 ,
I believe you haven't gone through the links i shared!!
talks about the same answer what you have marked correct.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-08-2023 01:20 AM
Hi @hydu9535
You might have used below code to hide the variables
g_form.setVisible('variable_name', false);
Use the below code instead and it will remove the spaces
g_form.setDisplay('variable_name', false);