Formatting Adhoc rows in GUI

Issue #342 resolved
Wei Wang created an issue

We have noticed a bug where the new GUI is unable to format adhoc rows (i.e., the Adv Option JSON generated by the GUI does not format the adhoc row). Please refer to my example below:

In this example based on Apliqo_Demo, I have created a new adhoc row as a subtotal:

I try to format this adhoc row “test” using the GUI:

The JSON generated in Adv Options is shown below, which has no effect on the formatting of the “test” row

However, if I manually move the numberFormat down to “rowsMap”, the formatting does take effect:

It appears that the formatting of adhoc rows are not impacted by the “numberFormat” under rowFormat but rather that of rowsMap. This in itself is not an issue but rather the issue involves the GUI not updating the proper parameter. Either (1) having rowFormat work for adhoc rows or (2) having the GUI update the rowsMap parameter should fix this issue.

Comments (3)

  1. Log in to comment