First I have tried adding a number field and select the calculated column in the table, but the calculated column is not listed.
I tried with Title component, but not able to point to the table.
Very strange, what wrong I am doing, spend a lot of time, could not find proper documentation.
I have added a calculated column in the table.
How do I display it ?
What is the component to be added for display ?
I have added Title, but it is showing image, also it is not allowing me to choose the table where the calculation is made.
Appreciate if you can just open my app and see what I am trying to do.
I am calling a form, I want to place total in that form.
Thanks a lot for your inputs.
Seriously I don’t know what mistake I am doing.
As you can see in the image, I am able to see all the column in that table, except the one I have created used Math function.
@ThinhDinh is correct. You can’t use a “Number Entry” component here…you need to use one of the Text components or Basic Table (my recommendation) to display the value.
Also you are using a form. Is the value already calculated when you open the form, or are you trying to allow the user to enter values and instantly show the calculated result?