Skip to main content

ListBox Label Expression

Comments

5 comments

  • Berend Veldkamp

    My guess would be:

    ="[{NOTIFICATION_NAME}] for [{NOTICE_GROUP}]"

     

    But what have you tried so far?

    0
  • Sean McClurkan
    Bedankt, Berend! That worked. I had tried various combinations of string formats and template literals that had the “field names surrounded by curly braces”, but I didn’t realize I needed the “field names surrounded by curly braces” surrounded by square brackets. Where did you get that format? Is it a standard usage?
    0
  • Berend Veldkamp

    Graag gedaan :-)

     

    It is definitely not standard usage, I just thought you wanted to have literal square brackets in the label, because that's what was in your question.

     

    Are you saying that with square brackets it works, and those brackets don't show up in the label text?

     

    As far as I can tell, this should work too. If not, it would IMO be a bug, or an omission from the documentation:

    ="{NOTIFICATION_NAME} for {NOTICE_GROUP}"

     

    0
  • Sean McClurkan
    HA! I didn’t even notice the square brackets in the output. So, no, they aren’t needed. I don’t know what I was doing to make it not work – probably not using the “=” sign at the beginning of the expression (a favorite pastime of mine)* – but copying your example got things back on track. Thanks, again. *don’t call a doctor. i’ll be fine. are these my feet?
    0

Please sign in to leave a comment.