English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

How we can calculate the sum of two different columns in Crystal reports . For exapme in First column (Filed qty etc) values are 5 & 2 and in second column (Field price etc) values are 6 & 3. Then answer show in third column (sum etc) 11 and 5 but how we can in crystal.

2006-12-12 04:33:32 · 1 answers · asked by moonidcs 1 in Computers & Internet Programming & Design

1 answers

Create the following formula in your report:

// Cost
{YOURTABLENAME.QTY} * {YOURTABLENAME.PRICE}

Insert the Cost formula in the details section of your report. If you have group footers or report footer in which you want to display the Cost subtotal, then insert a summary of the Cost formula into each footer section that you wish to have a subtotal or grand total.

2006-12-15 10:37:15 · answer #1 · answered by Jeff B 5 · 0 0

fedest.com, questions and answers