• Resolved sixtoman

    (@sixtoman)


    greetings dear I have a formula to which I want to add a blank space since it brings me everything stuck when calling it CONCATENATE (‘For the activity developed by the company to generate positive profits or profits, the level of sales must be greater than or equal to ‘, fieldname4 , (‘blank space here’), ‘units’);

Viewing 1 replies (of 1 total)
  • Plugin Author codepeople

    (@codepeople)

    Hello @sixtoman

    The equation would be:

    CONCATENATE ('For the activity developed by the company to generate positive profits or profits, the level of sales must be greater than or equal to ', fieldname4 , ' ', 'units')

    Or yo can include the space character in front of the last parameter:

    CONCATENATE ('For the activity developed by the company to generate positive profits or profits, the level of sales must be greater than or equal to ', fieldname4 , ' units')

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘how to insert a blank space’ is closed to new replies.