FORMULA LANGUAGE
Examples: @GetViewInfo
1. This hide-column formula hides the "End date" column in a calendar view if time slots are enabled or the format is for 30 days.
@GetViewInfo([IsCalViewTimeSlotOn]) |
@GetViewInfo([CalendarViewFormat]) = 30
2. This hide-action formula hides an action if column 4 (a hidden column) has the programmatically assigned value "Task."
@GetViewInfo([ColumnValue]; 4) = "Task"
3. This default field value on a form displays the value of the third column in the view used with that form.
@GetViewInfo([ColumnValue];2)
4. This hide-action formula displays an action only when the view is being filtered.
!@GetViewInfo([IsViewFiltered])
See Also
@GetViewInfo
Glossary
Feedback on
Help
or
Product Usability
?
Help on Help
All Help Contents
Glossary