Difference between revisions of "Troubleshooting Campaign Reports"

From All n One's bxp software Wixi

Jump to: navigation, search
(Created page with " == My columns are blank? == These are usually List / Menu types. BE supports two values for list / menu types. The display value and the data value. Display value allows ...")
 
 
(3 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
These are usually List / Menu types.  BE supports two values for list / menu types.  The display value and the data value.  Display value allows anyword to be displayed and the data value is what is stored in the datbase.  Consider the following example:
 
These are usually List / Menu types.  BE supports two values for list / menu types.  The display value and the data value.  Display value allows anyword to be displayed and the data value is what is stored in the datbase.  Consider the following example:
  
Display = Blue
+
* Display = Blue
Data = Blue
+
* Data = Blue
  
Display = Red
 
Data = Red
 
  
Display = Green
+
* Display = Red
Data = Green
+
* Data = Red
 +
 
 +
 
 +
* Display = Green
 +
* Data = Green
 +
 
  
  
 
But you could set it up as  
 
But you could set it up as  
  
Display = Blu
+
* Display = Blu
Data = Blue
+
* Data = Blue
 +
 
 +
 
 +
* Display = Rouge
 +
* Data = Red
 +
 
  
Display = Rouge
+
* Display = Vert
Data = Red
+
* Data = Green
  
Display = Vert
 
Data = Green
 
  
  
Line 29: Line 35:
 
You could also use this for codes, making life for the agent far more understandable.
 
You could also use this for codes, making life for the agent far more understandable.
  
Display = Brochure 123 - The Maldives
+
* Display = Brochure 123 - The Maldives
Data = BRO123
+
* Data = BRO123
 +
 
 +
 
 +
* Display = Brochure 234 - The Americas
 +
* Data = BRO234
 +
 
  
Display = Brochure 234 - The Americas
+
* Display = Brochure 345 - Europe
Data = BRO234
+
* Data = BRO345
  
Display = Brochure 345 - Europe
 
Data = BRO345
 
  
  
 
Most commonly people set up with a Display value but not a Data value.  When this happens the report will show with no data in the column.
 
Most commonly people set up with a Display value but not a Data value.  When this happens the report will show with no data in the column.
 +
 +
 +
 +
[[Category:Module Specific:Data Profiling]]
 +
[[Category:Topic:Support]]

Latest revision as of 23:16, 9 November 2014

My columns are blank?

These are usually List / Menu types. BE supports two values for list / menu types. The display value and the data value. Display value allows anyword to be displayed and the data value is what is stored in the datbase. Consider the following example:

  • Display = Blue
  • Data = Blue


  • Display = Red
  • Data = Red


  • Display = Green
  • Data = Green


But you could set it up as

  • Display = Blu
  • Data = Blue


  • Display = Rouge
  • Data = Red


  • Display = Vert
  • Data = Green


The agent would see the French, the database stores the English version. You could also use this for codes, making life for the agent far more understandable.

  • Display = Brochure 123 - The Maldives
  • Data = BRO123


  • Display = Brochure 234 - The Americas
  • Data = BRO234


  • Display = Brochure 345 - Europe
  • Data = BRO345


Most commonly people set up with a Display value but not a Data value. When this happens the report will show with no data in the column.