I haven't seen any posts with similar issues...
I have a completely delegable function:
Solved! Go to Solution.
@mp6 ,
It is . . . . but you are making a collection, which is not.
If you really want to confirm that two numeric values are Delegable, go back to the start on your Gallery
Set(SelectedRoute,ThisItem.DateID)
then put this in another gallery
Filter(
'HB Orders',
DateID=SelectedRoute
)
set your limit to 1 and see how many rows you get in your gallery. Also you might have a read of this blog on mine on Delegation. I assume you are not now running this at App OnStart?
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.
Visit my blog Practical Power Apps
Hi @mp6 ,
Firstly, what is your Data Source?
The code you posted is Delegable in SharePoint, but nothing is Delegable in Excel (which does not understand what the word means)
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.
Visit my blog Practical Power Apps
Hi @mp6
Try this
Filter('HB Orders',DateID= Value(SelectedRoute))
The data source is SharePoint list
Hi, thanks for your suggestion. It doesn't collect anything now (not even 1)
Hi, thanks for your suggestion. It doesn't collect anything now (not even 1
ClearCollect(RouteInfo7,Filter('HB Orders',DateID= Value(SelectedRoute))
Thanks.
Error... did you mean to put two "Filter" twice?
@WarrenBelz I took out the second filter, but its still not delegating (only collecting my non delegation limit)
@Ramole Actually, it does collect, but it's still not delegating (only collects what my limit is set to)
User | Count |
---|---|
157 | |
92 | |
80 | |
74 | |
58 |
User | Count |
---|---|
196 | |
166 | |
99 | |
95 | |
79 |