Hi Guys,
In my dropdown list I'm showing two items from my collection with the below code. This works fine.
SortByColumns( AddColumns(Types, "Mod&Des", Concatenate(MType, " - ", Description)), "Mod&Des")
However, when I'm missing either a Mtype or Description its still adding in the "-" as this is a string and will be included for every line of my collection.
Is there a way to add in an if formula when say the Description or Type is empty not to add in the "-", and only add it in when both values are there.
Any help is greatly appreciated.
Thanks