TeamDesk Knowledge Base & Support

   Home      FAQ      Forum      Idea Exchange      Ask a Question      My Stuff      Help   
  
Default Value in View Ask Parameter
there are a few options that can be set in the Ask parameters of a view using formulas as per
https://www.teamdesk.net/help/working-with-formulas/formula-building-blocks/functions/parameters-for-the-ask/parameter/

e.g.
Label the input parameter
Make the input parameter required
Define the input parameter format (number, date etc)

My request is to extend these options with a 'Default Value' for the input parameter rather than blank or 'Any'.
For example you have a parameter being applied on a Checkbox (Yes/No) field and want the default selection to be set on 'Yes' rather than 'Any'.

Same principle could apply to any field - lookup, text, etc. If the default parameter value did not happen to exist in the data set then revert back to 'Any'
ID
2036
Category
TeamDesk
Author

Nick Ashcroft
Date Created
2/23/2024 4:37:07 AM
Date Updated
2/23/2024 5:57:44 AM
Status
New Idea
Score
40
Promoted By
baseninePatricio BustosAnatoliy Zachynskiy
Nick Ashcroft
Comments
Nick Ashcroft 2/23/2024 5:57:44 AM
something like

Ask(Month([Date]) = Parameter("Month", Numeric, true, Default=1)) to default the input to month 1 but user could change to anything else.

maybe formulas should also be supported in the default e.g. a formula to default the month to the current month
Feedback
 
Back to Search Results