Forum Discussion

admin11's avatar
admin11
Icon for Memorable Member rankMemorable Member
5 years ago
Solved

How to insert space in between Company & Group ?

Hi All

Customer Name AND GP Clas = SALES[CUSTOMER_12] & " " & SALES[GROUP_CLASS]

 

  • Hi admin11 ,

    Please disable the 'Word wrap' option under the 'Values' tab of the table visual:

     

    Best Regards,
    Community Support Team _ Yingjie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

4 Replies

  • v-yingjl's avatar
    v-yingjl
    Icon for Community Support rankCommunity Support

    Hi admin11 ,

    Please disable the 'Word wrap' option under the 'Values' tab of the table visual:

     

    Best Regards,
    Community Support Team _ Yingjie Li
    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

  • admin11 , add one or more unichar and try

     

    Customer Name AND GP Clas = SALES[CUSTOMER_12] & UNICHAR(32) & UNICHAR(32) & SALES[GROUP_CLASS]