Forum Discussion
LiorG
9 years agoFrequent Visitor
Cost Overview
Hello all,
How do I create something like the picture attached, assuming I use SQL data base and have 4 columns:
1- Total Fee, 2- Third party, 3- Travel Expenses, 4- Other
any ideas?
Thanks,
Lior
9 Replies
- VvelardeCommunity Champion
Hi, youn can obtain the NETFEE uSing a Calculated Column:
NetFee = [TotalFee] - [ThirdParty] -[TravelExpenses] -[OtherExpenses]