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...
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...
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...
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...
To change the status of a record by a button in application; Open Designer Interface, Click on the Action Button. Select Change Status as ‘Static’ Select desired ‘Application Status’ Finally, publish your...
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...
To change between 24-hour and AM/PM format in Time Pickers; Open Designer interface, Click on the calendar control, Choose the needed time option from the ‘DateTime Format’ dropdown located on the right side of the...
To enable date support in Slider controls; Open Designer interface, Click on the slider control Bind it to a named range that includes date. Choose Minimum and Maximum date...
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...