I have a choice column in my Dataverse with following choices: "Active", "Inactiv", "Delete", and also with blank values. I want to create a formula column, which displays "No Status" for the blank values, otherwise it takes the values from the choice column.
This new formula column should optimally be a choice column as well.
I tried this formula, but it didn´t work out:
If( IsBlank([crd6c_status]), "Kein Status", [crd6c_status] )
I´m grateful for any inputs.
Thank you! That´s exactly what I wanted!
Unfortunately the "No status" as default value method didn´t work out for me, since my choice column gets the data automatecally imported, and the blank values are not considered as no value, and because of that those won´t get the label "No status".
Anyways thank you for the solution!
Hi @Dorottya,
I think you need to be able to display as the text value for the output in this case. I did the following and it worked but had to evaluate all choices... I had a Breed which had 4 options...
Switch(Breed, Blank(),"No Breed", 'Breed (Cats)'.Siamese,"Siamese",'Breed (Cats)'.Bengal,"Bengal",'Breed (Cats)'.Sphinx, "Sphinx",'Breed (Cats)'.Tabby,"Tabby")
WarrenBelz
146,743
Most Valuable Professional
RandyHayes
76,287
Super User 2024 Season 1
Pstork1
66,089
Most Valuable Professional