Hey all,
I would like to 'user define' one of my functions
sum(BrowseGallery1.AllItems.'sample received', 'sample received'), I would like to define this function instead of having to write this function over and over again.
Much thanks in advance!
Solved! Go to Solution.
hello! not sure what error you're receiving, perhaps you could provide me with more details? But as an example for now, i would create a button and in the "on select" function, add Set(Variable1,sum(BrowseGallery1.AllItems.'sample received', 'sample received')). Either that or maybe in an "on change" function depending on the app that you are currently creating.
You can try to set it as a variable and use that variable instead
Hey, thanks for the response!
I tried setting the function as a variable but there was still an error.
Could you please show me an example of how it should be done?
hello! not sure what error you're receiving, perhaps you could provide me with more details? But as an example for now, i would create a button and in the "on select" function, add Set(Variable1,sum(BrowseGallery1.AllItems.'sample received', 'sample received')). Either that or maybe in an "on change" function depending on the app that you are currently creating.
It worked!
Thank you so much!!
super kind of you!
User | Count |
---|---|
159 | |
84 | |
70 | |
64 | |
60 |
User | Count |
---|---|
205 | |
146 | |
95 | |
84 | |
66 |