Because I couldn't add these conditions into view in CRM (which requires to check today's date is between 2 date fields in Opportunity record), I would like to add them in PowerApp formula but somehow I can't get them to work:
SortByColumns(Search(Filter(Opportunities,'Opportunities (Views)'.'My Open Opportunities','Program Pre-Start Date' <= Today(),'Program Post-Start Date' >= Today()), OppoTextSearchBox.Text, "name"), "estimatedclosedate", If(SortDescending1, SortOrder.Descending, SortOrder.Ascending))
'Program Pre-Start Date' and 'Program Post-Start Date' are fields in Opportunity record and I would like to filter to show only Opportunity records if today is between these 2 days.
Please help!!
@jade7669 It looks like you might of the greater than and less than backwards. Shouldn't "Today" be greater than (or equal to) the Start Date and less than (or equal to) the End Date?
My goal is to show the records when today is between the pre-start date and post-start date, and therefore the logic was like so. However, the error I am facing doesn't seem to be related to the condition (please see attached images x 2). No matter how I set the condition (greater than or less than), error message 'The specified record was not found. Server Response: UserId is empty guid!' - but I don't have UserId in my app and I don't know why it's referenced. Whenever I removed the part 'Program Pre-Start Date' <= Today(), this error message goes away... How should I setup the formula so the filter knows to compare the dates to begin with? Please advise!!
I'm facing similar issue. Did you ever find a solution to this?
No I didn't. This is still not resolved.
User | Count |
---|---|
20 | |
11 | |
8 | |
5 | |
5 |
User | Count |
---|---|
32 | |
31 | |
17 | |
14 | |
7 |