Skip to main content

Show Posts

This section allows you to view all Show Posts made by this member. Note that you can only see Show Posts made in areas you currently have access to.

Messages - dcongie

6
Questions / Under List Page - Summing the field on formatted records causing an error
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.

What should I do to avoid the problem?
7
Issues / Re: VUE - Need to refresh browser to reflect changes
@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.
8
Issues / VUE - Need to refresh browser to reflect changes
I have a dashboard showing the record count of a table.

After, I add a record to the table, the record count in the dashboard didn't update.

The record count will be updated when I refresh the browser.

Is there a work around for this?
10
Questions / How to use "Insert Field" under Mail Send
I'm trying to add a field data in an email.
It's adding like {{ data.userid}} which will literally add the text "{{ data.userid}}" in the email.

I want the actual data to be added. Ex. if userid is 0, "0" text should be in the email

Thanks!
13
Bugs / Database View Duplicate column name error
I used the query builder to create an SQL query.

After clicking 'Add', Duplicate column name error occurred when both table has the same column name.


15
Issues / TextArea NumRows not generated?
I changed the NumRows to 10 and saw that the it didn't have any effect on the text area.

I checked the generated code and text area rows is still empty