Export DSE to Excel

Certified Senior Developer

Hi 

I am using Export DSE to Excel smart service. Now in the configuration part, I am using the querySelection to select the columns to be written to the final excel document

Now this querySelection takes in queryColumn 

Example :

 

a!queryColumn(
    field: "opsTicketId",
    alias: "Ops Portal Ticket ID"
)

This alias is basically the header displayed on the excel sheet, but whilst using such aliases containing a ` ` space .. the smart service errors out and as a result I have to use underscore 

Is there any way I could retain this space ? I do not want underscores on my header ... need it to be a proper header

  Discussion posts and replies are publicly visible

Parents Reply Children
No Data