<script src="https://cdn.flexmonster.com/flexmonster.js"></script>
<div>
<div class="select-container compact">
<span class="text">Choose a field separator for CSV export:</span>
<select id="select-grid-type">
<option value=",">,</option>
<option value=";">;</option>
<option value=":">:</option>
<option value="|">|</option>
<option value="/">/</option>
</select>
</div>
<p>
If you now export the report to CSV, the chosen field separator will be used
in the exported file.
</p>
</div>
<div id="pivotContainer"></div>