How to use interface date to formula
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
shijieleong
7 - Meteor
‎02-24-2022
03:12 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi all,
how can i connect my date selection to the formula so that i dont have to manually key in the date to the formula? based on following formula , the variable is the "2022-2-28 " i will need to manually update. Attached my workflow.
IIF([start_date]> "2022-02-28", 1,
DateTimeDiff("2022-02-28",[start_date],"month")+1)
thanks.
Labels:
- Labels:
- Interface Tools
5 REPLIES 5
binuacs
21 - Polaris
‎02-24-2022
03:20 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
IIF([start_date]> DateTimeLastOfMonth(), 1,
DateTimeDiff(DateTimeLastOfMonth(),[start_date],"month")+1)
AngelosPachis
16 - Nebula
‎02-24-2022
03:22 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @shijieleong
Do you mean how you can use a Date interface tool in your workflow so you can have a calendar to select the date rather than manually typing the date each time?
21 - Polaris
‎02-24-2022
04:03 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@shijieleong
You mentioned interface, so meaning Analytic Apps?
‎02-24-2022
05:49 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes, i want to select the date from the dates tools instead of typing the dates each time .
21 - Polaris
‎02-24-2022
06:03 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@shijieleong
then the app of mine should work for you.
