Ability to Add Formulas to Headers or Free Text layout fields.
I would like the ability to add formulas to headers and free text fields. For example, if a customer has overpaid their invoice, I can have a popup that says "NOTE: Customer has overpaid $__ for this work order.
6 replies
-
Hi, you can solve this with a formula field. Use an if/else statement.
Best regards, Alex
-
Hi, you can use the alert("some text") function for that.
You can put it in the trigger field "Trigger after update" of the paid amout field. Please see also our user manual for more detailed information https://ninoxdb.de/en/manual/calculations/reference-of-functions-and-language
Best, Jörg
-
I am aware of the formula field, though a Free Text field would be more visually appealing.
-
With a trigger, you can write the value into a text field
-
How to print a report with a total. For example. Total amount of Purchase price.
-
Hi Bill,
You can use a formula field for that and enter a formula of that kind:
sum(MyTable[condition].Price)
It depends on the database structure how the precise formula has to be.
You are invited to join our webinar, then we could give you a live support there.
Please register for the webinar here: https://zoom.us/webinar/register/WN_zoSk2qyNSz6vLRFF1zlakg
Best, Jörg
Content aside
- 5 yrs agoLast active
- 6Replies
- 2436Views