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]) = @True |
@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"
See Also
@GetViewInfo
Glossary
Help on Help
Open Full Help Window
Glossary
Help on Help
Open Full Help Window