CRilliterate
Technical User
If it is not too much to ask, please, can you help me to understand this formula
1.
shared currencyVar CreditReviewAmountForCustomer;
SUM({ORDER_DETAIL.ACTUAL_AMOUNT},{ORDER_DETAIL.CUSTOMER_ID})
Result of this formula is a dollar amount owed by Customer.
What {ORDER_DETAIL.CUSTOMER_ID}is for?
2.
Also my existing Reports based on SQL Server tables that are about 200 column each. Report uses only 1-2 fields from the table. Would this benefit performance to write a view and use it in place of those tables? I think because views are executed on Database level it will improve performance and also hundreds of dead fields from huge tables will not hang in Crystal doing nothing. Am I wrong? Thanks
1.
shared currencyVar CreditReviewAmountForCustomer;
SUM({ORDER_DETAIL.ACTUAL_AMOUNT},{ORDER_DETAIL.CUSTOMER_ID})
Result of this formula is a dollar amount owed by Customer.
What {ORDER_DETAIL.CUSTOMER_ID}is for?
2.
Also my existing Reports based on SQL Server tables that are about 200 column each. Report uses only 1-2 fields from the table. Would this benefit performance to write a view and use it in place of those tables? I think because views are executed on Database level it will improve performance and also hundreds of dead fields from huge tables will not hang in Crystal doing nothing. Am I wrong? Thanks