edf6c5f55eae20d1067150d6ac316db0f4cf6d3e
Guides/Blank-Column-in-Export.md
| ... | ... | @@ -0,0 +1,19 @@ |
| 1 | +[[_TOC_]] |
|
| 2 | + |
|
| 3 | +##Purpose |
|
| 4 | + |
|
| 5 | +Adding a blank column on export is a great way to ensure that a CSV export of your report is more readable and easier to work with. |
|
| 6 | + |
|
| 7 | +##Example |
|
| 8 | + |
|
| 9 | +Here is the CSV output of a report that has blanked out one column: |
|
| 10 | + |
|
| 11 | + |
|
| 12 | + |
|
| 13 | +##Implementation |
|
| 14 | + |
|
| 15 | +To add a blank column to your export, you simply have to set the Description of the field in the Fields Tab to "BLANK". |
|
| 16 | + |
|
| 17 | + |
|
| 18 | + |
|
| 19 | +You'll also need to click on the gear icon to the far right of the field and set the Expression to ''. |
|
| ... | ... | \ No newline at end of file |