Help

Make lookup or rollup field editable based on condition

Topic Labels: Base design
Solved
Jump to Solution
234 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Bharathy
4 - Data Explorer
4 - Data Explorer

I just created a budget table, and three fields(cost, products, and source) are integrated with the product table  (pulling the cost field from the product table when I choose a particular product from the budget table). if the cost field is empty or 0 in the product table, the integrated cost field in the budget table should be editable. But I have no idea since the cost field type is lookup or rollup. Is that possible?

1 Solution

Accepted Solutions
TheTimeSavingCo
18 - Pluto
18 - Pluto

Nope, that's not possible.  You could try:
1. Create a "Number" field in the "Budget" table that you can update the cost for
2. Create a formula field in the "Budget" table that will display the value from the number field if it's filled in, and if not to display the lookup field value

See Solution in Thread

1 Reply 1
TheTimeSavingCo
18 - Pluto
18 - Pluto

Nope, that's not possible.  You could try:
1. Create a "Number" field in the "Budget" table that you can update the cost for
2. Create a formula field in the "Budget" table that will display the value from the number field if it's filled in, and if not to display the lookup field value