I am using the formula below to concatenate data.
totext({store.store_id},"000")& " " & {store.store_nm}& " " & {store.store_addr_line_1}
It results in a report that is appears this way:
001 City Center Cleveland
002 Easttown Milwaukee
Is there a way for me to modify the report so the last portion of data (the city) will come out aligned as shown below rather than right after the store name?
001 City Center Cleveland
002 Easttown Milwaukee
Thanks in advance for any ideas on this
totext({store.store_id},"000")& " " & {store.store_nm}& " " & {store.store_addr_line_1}
It results in a report that is appears this way:
001 City Center Cleveland
002 Easttown Milwaukee
Is there a way for me to modify the report so the last portion of data (the city) will come out aligned as shown below rather than right after the store name?
001 City Center Cleveland
002 Easttown Milwaukee
Thanks in advance for any ideas on this