CSV export not hiding columns

(3 posts) (2 voices)
  1. nsepetys, Member

    Hi myDBR Reps,

    How are we doing today? I am experiencing a discrepancy with the CSV exports. The CSV exports are not respecting the dbr.hidecolumn command like the HTML and PDF formats are doing. Instead of hiding the columns the CSV is showing them. I should also note that I have some dynamic hiding of columns so some of the columns in the command's select statement are NULL. See below for example:

    SELECT 'dbr.hidecolumn', 'dateopened', NULL, 'productionnum', NULL, 'balance';

    I also tried dbr.hidecolumns but that has not worked for any format, when using multiple columns, for a while now. Any chance I can get some assistance? If you have any suggestions for a work-around that would be appreciated. Let me know if I can provide you with any more information.

    Thanks,
    Noah

  2. myDBR Team, Key Master

    if you run the updater, the CSV export should hide the header columns marked hidden with dbr.hidecolumn / dbr.hidecolumns.

    --
    myDBR Team

  3. nsepetys, Member

    Awesome! Thank you for the quick fix!


Reply

You must log in to post.