0
How is the layout element “View” used
There is a layout element called VIEW. I added it to my table but not sure how to use it. There is a place to add a formula so added one of my fields. Nothing displayed. Any reference in the users manual that someone could direct me to.
1 reply
-
Try:
---select TableName
---
and then Edit Columns.
For example I use a view for Price History, for a client and for an item (View in the Invoice Form):
let myCode := Item.Code;
let myCust := Customer;
select 'Invoice Items' where myCust = Customer and myCode = Item.Code
Content aside
- 5 yrs agoLast active
- 1Replies
- 1260Views