Help

Re: Pull other information from "MIN" Rollup result

Solved
Jump to Solution
272 1
cancel
Showing results for 
Search instead for 
Did you mean: 
Adam_Marshall
4 - Data Explorer
4 - Data Explorer

I am currently working on putting together a price list from our various venders who offer similar products.
One of my tables list the “Generic Product” ID while I have another table with a list of all products we purchase.

I was able to use a rollup easy enough to tell me what the lowest price for that “Generic Product” is but would like for that to also pull the information from that table to tell me which supplier offers the lowest price.

Is there a simple way for me to accomplish this? I have been missing around with some ideas but figured I would ask the community.

1 Solution

Accepted Solutions
Kamille_Parks
16 - Uranus
16 - Uranus

Follow the example shown in this video: BuiltOnAir Podcast Season 8 Episode 2 - YouTube

Essentially, you’ll be adding a Formula and a Lookup/Rollup field to one table, and a Lookup/Rollup field to the other.

See Solution in Thread

2 Replies 2
Kamille_Parks
16 - Uranus
16 - Uranus

Follow the example shown in this video: BuiltOnAir Podcast Season 8 Episode 2 - YouTube

Essentially, you’ll be adding a Formula and a Lookup/Rollup field to one table, and a Lookup/Rollup field to the other.

This worked perfectly! Thanks so much!