I found many posts about filtering based on multiple drop downs, but I have one detail that is giving me issues.
I need to filter based on 7 different values selected from combo boxes, they are all option set or yes/no values.
The following approach works great for filtering the values:
The issue I have, is that I need to show all items if a combo box is empty. I have seen the following method be used:
But this method is non-delegable and I need something that will support delegation. Any suggestions?
Solved! Go to Solution.
@Tristan_Falcon Could you please try the suggestion provided by @lui to save and publish and app and use the latest studio version to see whether that would help solve your issue?
Jessie Chen
Support Engineer
Asia Dynamics 365 Support Customer Services and Support
Try somethin like Text(value) = Text(other value)
Seem to still get a delegation warning even after casting the values as Text.
@Tristan_Falcon Could you please try the suggestion provided by @lui to save and publish and app and use the latest studio version to see whether that would help solve your issue?
Jessie Chen
Support Engineer
Asia Dynamics 365 Support Customer Services and Support