Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
As always I appreciate immensively the help in this forum.
I have an advanced frontend problem in which I need to count the Ids that sum more than a certain value.
Options
I have two options for the frontend but I don't know which one is more efficient:
"Counter" field is just an 1 I used in another table in order to not use distincts -my original model is huge- (the model sections gives more clarity about this).
Model
Production App Information
Kind regards.
@julioarriaga I would suggest to test the performance of individual expression by looking at the telemetry data. So firstly, create one chart and put any one of the expression in chart then publish the app and reload app. Open the application and perform the selections. Now refresh the telemetry data and look at the statistics in telemetry app. Note down the response time of the object where you have written the expression. Further you can now add other expression in chart by removing first one and repeat the procedure. This way you will have stats for both the expressions.