How to change the status of multiple records at once

To change the status of multiple records at once; Go to Data tab of an application. Choose records by pressing ‘CTRL+SHIFT’ on your keyboard while clicking on records to select. Click on ‘Assign’ Change status from the ‘Change Status...

How to filter records in Data tab

To filter records in Data tab; Go to Data tab of an application. Click on ‘Filter’ icon located on the right side of the screen. Choose filter criteria Click on filter icon when you are done. Filters will be applied...

How to change the date format in Data tab

To change the date format in Data tab; Go to Data tab of an application. Click on ‘Column’ button. Choose desired ‘data mask’ Click on Save when you are...

How to hide controls for a specific group of users

To hide controls for a specific group of users; Add =SpreadsheetWebUserInfo(”Group”) named range to your workbook. Add an If function. We added =IFERROR(IF(StatusName=”Sales”;TRUE;FALSE);TRUE) to disable a control for ”Sales” group. Go to User...

How to change the tooltip text

To change a tooltip text, Open Designer interface, Click on the control that you want to disable the auto-calculate, Find ‘Tooltip Type’ and make sure that it is selected as ‘Tooltip’, Then edit the ‘Tooltip Content’ field, After entering the...

How to disable auto-calculate

To disable auto-calculate functionality; Open Designer interface, Click on the control that you want to disable the auto-calculate, Find ‘Trigger Calculations’ checkbox from the menu on the right side of the screen, Uncheck it to disable the auto-calculate...