Question about building a calculated property expression

I have a card.

When it is sitting face up on the “Allied 1944” deck, I want it to say “1944” on it.

How do you write the Calculated Property Expression for the string “1944”?

For comparison, the only expression I ever wrote was to count the cards in a deck and print it on the card. It looked like this:

If($DeckName$==“Allied Draw”, GetProperty(“Allied Draw” + “_numPieces”), “”)

Thanks.

Hi, I think this might work:

Calculated Property name: 44deck (or whatever); expression: If(DeckName==“Allied 1944”,1944,"")

With a text label using text: $44deck$