Help

Field that allows multiple links to another record and a value for each entry?

Topic Labels: Base design Data Views
270 0
cancel
Showing results for 
Search instead for 
Did you mean: 
Data-Bear
4 - Data Explorer
4 - Data Explorer

Hello

I'm trying to do something like this:

Attributes Table

NameMin ValueMax Value
Health-99999999
Energy0164000000

Potions Table

NameDescriptionAttribute ModifiersFooBar
Healing Potionheal_pot_descr(Health 50)......
Curse Potioncurse_pot_descr(Health -25), (Energy -25)......

So is that possible? I.e. referencing the attribute value in the Attributes Table from the Potions Table with an additional value of some type (in this example an integer)?

The use case there is pretty simple and straightforward. I was also wondering if that's not possible if we could join then two columns into one? Something like:

NameAttributeModifierAttribute Modifier
Healing PotionHealth50(Health 50)
Curse PotionHealth, Energy-25,-25(Health -25), (Energy -25)

This at least allows us to preview the values in the table

0 Replies 0