Trouble with IF & IsBlank expressions on dropdown columns. Any inputs please.
I get this weird runtime error:
The requested operation is invalid. Server Response: The $filter expression must evaluate to a single boolean value.
LookUp( AddColumns( Distinct( Filter( Positiondata, If(IsBlank(DataCardValue14_1.Selected.Value), Blank(), "'JobFamily'= DataCardValue14_1.Selected.Value") ), Job_code ).Result, "Count", CountRows( Filter( Positiondata, Job_code = Result ) ) ), Count = Max(Count), Result )
HI @gotovamsee ,
Without looking at anything else for the moment, what does the Blank() propose to do? Should it not be testing a field - IsBlank(FieldName)?
I expect the Blank() expression to help me with ignoring the second matching input whenever the dropdown selection is blank on DC Value10. I could get past that and now held with another runtime error that looks like this.
Issue
The requested operation is invalid. Server Response: A binary operator with incompatible types was detected. Found operand types 'Edm.Boolean' and 'Edm.String' for operator kind 'And'.
Here is the updated code.
LookUp(
AddColumns(
Distinct(
Filter(
Positiondata,
'Position Title' = DataCardValue9_1.Text,
If(IsBlank(DataCardValue10_1.Text), Blank(), "'Country' = DataCardValue10_1.Text")
),
Job_code
).Result,
"Count",
CountRows(
Filter(
Positiondata,
Job_code = Result
)
)
),
Count = Max(Count),
Result
)
Hi @gotovamsee ,
This post may assist you - I cannot see anything else that sticks out
Hi @gotovamsee ,
Just checking if you got the result you were looking for on this thread. Happy to help further if not.
Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.
Stay up tp date on the latest blogs and activities in the community News & Announcements.
Mark your calendars and join us for the next Power Apps Community Call on January 20th, 8a PST
Dive into the Power Platform stack with hands-on sessions and labs, virtually delivered to you by experts and community leaders.
User | Count |
---|---|
207 | |
187 | |
82 | |
52 | |
37 |
User | Count |
---|---|
288 | |
245 | |
119 | |
77 | |
56 |