What I did instead is to use CustomCode to do the formatting of the record. This will allow the FieldFooterExpression to sum the records without doing any conversion..
Under the list page, I have a field called "deposit".
I formatted this "deposit" field to "--to_currency('en-US')--", which is working
Then I would like to get the total deposits by using the Field Footer Expression. When I do this, I will get an error because I think it's adding the strings instead the number.
@willvin I see. I'm okay with if there's no Vue version update in a while. I just would like to use the Vue version to generate most of the codes then manually change the generated code for known issues.
For this issue, I need advice on what to change in the generated code to fix this.
Note that I'm not an experienced Vue developer, I just think it looks better.
1) Using Vue version 2) Go to design page 3) Add a sub page - list 4) Sub page list will not display anything after publish 5) Sub page - add and Sub page - view is working