How to filer on subtotal with between values?
Answered
Hi Team,
I've made a subtotal for number of how many the BRN repeats, and I need to filter on this number but in vain.
Any idea about this? thanks in advance.
Files:
Calculation.jpg
hi Steven,
Thanks for reaching out to support with your question. I attempted a quick replication and can see what you mean, the "count" function can be a little tough to work with in the report builder. I'm not super literate in SQL, but there might be a way to make a calculated field in freehand SQL that performs this calculation as desired. I've reached out to a content creation specialist to see if they can help devise a solution here. Will let you know what we come up with.
Thanks,
Eric
hi Steven,
Thanks for reaching out to support with your question. I attempted a quick replication and can see what you mean, the "count" function can be a little tough to work with in the report builder. I'm not super literate in SQL, but there might be a way to make a calculated field in freehand SQL that performs this calculation as desired. I've reached out to a content creation specialist to see if they can help devise a solution here. Will let you know what we come up with.
Thanks,
Eric
Hi Steven,
Just trying to get a proper replication going here - a little foggy on how the "subtotal" is set up in your environment.
In our lab, we have configured a subtotal of "sum units sold" based on Product name in this case -
However your screenshots show a separate column as opposed to a subtotal row - , perhaps you could expand on this? Maybe it's a calculated field or something.
Regardless, in this case, the goal would be to filter by this subtotal value (36, 26, 15, etc)? In which case, I think I'm starting to understand the configuration here... I don't know how I would filter on a subtotal value like that, it may require a code change to do it within the GUI. I feel like for now, freehand SQL or a calculated field is going to be the way to achieve this.
That said, type of assistance is normally facilitated by our consulting team; is there a team member you have worked with previously when building content?
Thanks,
Eric
Hi Steven,
Just trying to get a proper replication going here - a little foggy on how the "subtotal" is set up in your environment.
In our lab, we have configured a subtotal of "sum units sold" based on Product name in this case -
However your screenshots show a separate column as opposed to a subtotal row - , perhaps you could expand on this? Maybe it's a calculated field or something.
Regardless, in this case, the goal would be to filter by this subtotal value (36, 26, 15, etc)? In which case, I think I'm starting to understand the configuration here... I don't know how I would filter on a subtotal value like that, it may require a code change to do it within the GUI. I feel like for now, freehand SQL or a calculated field is going to be the way to achieve this.
That said, type of assistance is normally facilitated by our consulting team; is there a team member you have worked with previously when building content?
Thanks,
Eric
Hi Eric,
Thanks for this quick response!
What you understand is correct, I need to filter on that numbers of subtotal. I'm not quite good at SQL, so maybe you can advise further how to do it in freehand SQL.
Thanks a lot!
Hi Eric,
Thanks for this quick response!
What you understand is correct, I need to filter on that numbers of subtotal. I'm not quite good at SQL, so maybe you can advise further how to do it in freehand SQL.
Thanks a lot!
Hi Steven,
I think it'd be as simple as a making a calculated field similar to this example -
https://stackoverflow.com/questions/12927268/sum-of-grouped-count-in-sql-query
Hope this helps!
Thanks,
Eric
Hi Steven,
I think it'd be as simple as a making a calculated field similar to this example -
https://stackoverflow.com/questions/12927268/sum-of-grouped-count-in-sql-query
Hope this helps!
Thanks,
Eric
Hi Steven,
Just wanted to check in to make sure you had what you were looking for here?
Thanks,
Eric
Hi Steven,
Just wanted to check in to make sure you had what you were looking for here?
Thanks,
Eric
Hi Eric,
Thanks for the skill 'SUM of grouped COUNT in SQL Query' sharing with me.I have no time yet to implement this into our application yet.
I'll try to do this soon later.
Thanks again.
Hi Eric,
Thanks for the skill 'SUM of grouped COUNT in SQL Query' sharing with me.I have no time yet to implement this into our application yet.
I'll try to do this soon later.
Thanks again.
Hi Eric,
The skill shared from the webpage cannot help since I have more than 2 columns, still studying.
Hi Eric,
The skill shared from the webpage cannot help since I have more than 2 columns, still studying.
Hi Steven,
Thanks for the update, our region's consultant is currently on vacation so I'm unable to ping him on this at this time, but I may be able to get an answer in the meantime. If you could, let me know how it goes on your end.
Thanks,
Eric
Hi Steven,
Thanks for the update, our region's consultant is currently on vacation so I'm unable to ping him on this at this time, but I may be able to get an answer in the meantime. If you could, let me know how it goes on your end.
Thanks,
Eric
Hi Eric,
Thank you for coming back for me.
Another new month arrived, the user required again for this function while I have not got any progress yet.
Can any free hand SQL or Calculated field help on this?
Thanks again.
Hi Eric,
Thank you for coming back for me.
Another new month arrived, the user required again for this function while I have not got any progress yet.
Can any free hand SQL or Calculated field help on this?
Thanks again.
Replies have been locked on this page!