Conditional AM/PM text?

You can either use above mentioned conditional time line to set time
when it should be displayed,
image

or put in opacity field condition like
([HOUR_0_23]>=starting hour)*([HOUR_0_23]<ending hour)?100:0

(its reverse logic to what we discussed here: Using a logical operation)

2 Likes