Hi @send2mark ,
To show the label when Complete:
In the Visible property of the Label put:
DataCardValue64.Selected.Value = 'NameOfTheChoiceColumn'.Complete
To hide the label when Complete:
In the Visible property of the Label put:
Not(DataCardValue64.Selected.Value = 'NameOfTheChoiceColumn'.Complete)
NameOfTheChoiceColumn has to be replaced with your column/field name of course.
If this doesn't work, you'll have to give me some more info.
Greetings,
Marc