Jingle Bells - Ring Door Bell and removing the YYYY value from DD/MM/YYYY


#1

Hi

Id like to design the piston below without taking in to account the year (so I dont have to edit the piston each year). Basically Preset1 sound is played for months Jan-Nov and then for December Preset3 sound is played.

Any help greatly appreciated.

Thank you


#2

What about just doing…

If $monthName is 'December'
   play Jingles
Else
  play DingDong

#3

Thank you and implimented, so simple when you know expressions! Much appreciated.


#4

I use this in the only when section…