Forum Discussion

Adam13Hylo's avatar
Adam13Hylo
Helper I
9 years ago
Solved

Custom Column Query

Hi all,   Wondering if someone can help me please. I have trying to write a query so that if a column is less than 8 then this will combine a string and another column. However for some reason it i...
  • MattAllington's avatar
    9 years ago

    You can't concatenation text with numbers. Convert the number first.

     

    Number.ToText([YearNum])