Sum of columns together in the responses, and then calculated off summary columns

I have three questions answers (with 4 columns) that I have gathered the results for:

Four columns are: campaign # promoted # Respones, # Respones promoted

Query 1:

Campaign, # promoted, 0, 0

Query 2:

Campaign responses #, 0, 0,.

Query 3:

Campaign, 0, 0, # promoted Respones

My query returns the following (assuming that the campaign code is ABC) 3 rows:

Campaign of # Promoted # Responses # Promoted answers
ABC10000
ABC0120
ABC009

I want to put in place so that it adds campaign to get a row of results as follows:

Campaign of # Promoted # Responses # Promoted answers
ABC100129

I can get this result using the conversion to a PivotTable (won't go thought road if possible because I have other calculations that I need to add).   Once I get this summary to a single row result I then do a few such analyses that create:

  1. Response % (Respones # / # promoted)
  2. Promoted to the rank of % (# promoted answers / # promoted)

When I add the calculatinos to the percentages to the United query I get null or zero for my results.   I used the Add button to insert a calcuation and then I used the following formula: saw_2 / saw_3

Here's what I would preferably:

  1. Sum of answers (not a pivot table) Table columns.
  2. Add columns calculated at United query that will produce results based on the combined pivot columns
  3. If I use the PivotTable, and then how to get the values calculated for work

Thank you...

Ben,

Try to use the rule of aggregation on the columns in the Table view and see if that makes a difference.

I just tried this and the SUM of each of the criteria provided the results I wanted, which in turn you are looking for.

If nothing works for you send me the screenshot of what you are trying to do at vijaybez at gmail and I can understand what is happening properly...

Tags: Business Intelligence

Similar Questions

Maybe you are looking for