Urgent help! error
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
SahilArora3139
8 - Asteroid
10-17-2023
01:47 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
I’m trying to put some condition on my data but its not working . I do not know the reason please help
IIF( [start date] >= [absencestartdste]
And [startDate] <= [absenceEndDate],
”red”,”green”)
please let me know any other logic based on this i need to fulfill both criteria(between logic) that is absence start date and absence end date.
3 REPLIES 3
binuacs
21 - Polaris
10-17-2023
02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
@SahilArora3139 your formula is fine, can you make sure that your date fields are in date type?
10-17-2023
02:36 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Yes it is in correct data format
binuacs
21 - Polaris
10-17-2023
02:43 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
