0

How do I make a linked field appear as I have set the record in the linked table?

How do I make the For Sale value in my linked field appear with the icon and color tha I have it set to in the linked table?

4 replies

null
    • Mr_K
    • 3 yrs ago
    • Reported - view
    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    I think this is not possible. Though, You can add a formula field next to the linked field which does that.

    something like:

    let i := icon(Category.Category);
    let c := color(Category.Category);
    let t := text(Category.Category);
    styled(t, c, i)

    Steven.

    • Ninox partner
    • RoSoft_Steven.1
    • 3 yrs ago
    • Reported - view

    Or simplified:

    Category.Category

    Steven

    • Mr_K
    • 3 yrs ago
    • Reported - view

    @RoSoft_Steven Rooryck, Yes. Thanks. I posted in the Facebook forum and got that solution there too. It works great. Then I hid the first field if null, and added On click - Category:=0 so if I click the “new” field it clears the entry and the first field appears again so I can make a new entry. Pretty cool.

Content aside

  • 3 yrs agoLast active
  • 4Replies
  • 445Views