How can hide the form grid while the no records or records is empty?

Confluence User - 04 Apr, 2024

How can hide the form grid while the no records or records is empty?

formgrid

2


05 Apr, 2024
confluenceUser
confluenceUser

Here is what I would propose:

You can add a field on the parent form (lets say formGridData). Default this field to 0 and update its value to 1 if you add data in form grid. 
Based on the value of this field in parent form, you can use  visibility control on the section that the formgrid is in and hide the section if the formGridData field has value = 0.

12 Apr, 2024
confluenceUser
confluenceUser

but records may be different for different users. based on update flag cannot work on this case.

RELATED QUESTIONS

Your answer


To answer a question you'll need an account.

Print