Leaf display-when in container

Hi

I have the following defined for a leaf
tailf:display-when “…/synchronized = ‘true’”;

But even when synchronized is true I do not see mt leaf. Infact I tried to pring all the tags, it does not even hit that tag. Any idea what I could be doing wrong?

I’m guessing your issue is related to the type you have for the “synchronized” node.
What YANG type do you have for your “synchronized” node?

Thanks, I figured out the mistake I was making, thanks for your help !!