Skip to main content

Hi  

 

My users wants 3 numbers to be within a cell in their download. 

The numbers are separated by a new line and are stored as 3 separate measure fields. 

 

For example,  

 

123  (from field 1) 

456  (from field 2) 

789  (from field 3) 

 

To achieve that I did something like this 

 

str([Field1]) + "  

  " + str([Field2]) + " 

  " + str([Field3]) 

 

It looks all good on the front end but when user downloads it to csv some of cells becomes a formula in the download and the numbers are not showing up correctly.  

 

I searched online and the AI suggested putting a prefix ' in the formula but it looks bad on the front end. 

 

Anyway around this without impacting the front end  ? 

 

Thank you 

 

 

 

#Tableau Desktop & Web Authoring

5 respostas
  1. 24 de ago., 05:17

    @Amos Wang You are welcome. Please do mark the appropriate response as the correct/best response and mark as helpful the other responses that helped you. 

0/9000