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
-
Look here since this forum can nologer dispaly an image, SAD.
https://www.dropbox.com/s/zalin8hmxe994qw/Screen%20Shot%202020-12-02%20at%2011.03.50%20AM.png?dl=0
-
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.
-
Or simplified:
Category.Category
Steven
-
@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
- 4 yrs agoLast active
- 4Replies
- 447Views