mansica
04-16-2004, 03:19 AM
This is a tough one.
I have a database with pricelists for products from specific suppliers.
The database can have different versions on pricelists for same supplier and products. Lets say the supplier wants to update the price on a single product. THen a completely new pricelist is read into the database with all the products. The only thing that differ the first version from the secon one is that one product has changed price.
What I want is to get a report on changed items between two pricelist versions for a specific supplier. I'm using a view that consists of all pricelists and all suppliers.
So somehow I want to mask out all products from a pricelist that hasn't changed between two versions.
Does this make any sense to you?
Let me know if you want a closer description of the problem.
I have a database with pricelists for products from specific suppliers.
The database can have different versions on pricelists for same supplier and products. Lets say the supplier wants to update the price on a single product. THen a completely new pricelist is read into the database with all the products. The only thing that differ the first version from the secon one is that one product has changed price.
What I want is to get a report on changed items between two pricelist versions for a specific supplier. I'm using a view that consists of all pricelists and all suppliers.
So somehow I want to mask out all products from a pricelist that hasn't changed between two versions.
Does this make any sense to you?
Let me know if you want a closer description of the problem.