List table names

Hello,

I am trying to figure out how to create a custom name from fields that have been input,

for example:

“Customer name” in one column (e.g john)
“Sales number” in one column (e.g 3)

Ideally i’d like to combine these and use them as a title in the list so it should read something like this:

“Customer name” “Sales number” = John 3

Is this possible? I’ve tried using arrays however I cannot use arrays for titles?

Does anyone have any suggestions?

Hi @Jay-333

You will be able to use a template column for this. Just store the values you in different symbols, then replace those values.

1 Like

As Mitch suggested, you might want to use a template column: display dynamic text that can change with the values in other columns.

3 Likes

great, thank you for this!

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.