Closed clement911 closed 1 year ago
hi @nimisha84 ,do you need anything else from me before you can merge this?
@nimisha84 could you review this PR please?
Thanks, Looks like a bug to me. But this fix would be a good workaround without breaking the existing devs.
Note that there is an existing parameter
group_by
but we're addinggroupby
without the_
.We're not sure if the existing
group_by
parameter was just a typo and should be removed.groupby
is definitely a valid parameter. As a proof, if you try to get the report named"TransactionDetailByAccount"
and pass a"group_by"
parameter with a value of"none"
, you will get an error. If you pass"groupby"
instead, it will work.