Question
Using cfloop to ignore repeated values - help
I have a query that joins two tables for a price comparison
site. the first table holds information about a product. the second
table holds store specific information about a product. so a
product in the first table is unique. In the second table the
product is repeated depending on how many stores stock the product.
When I go through CFoutput the product is being duplicated which I want for certain screens but not others. I need a cfloop that checks to see if a product title is repeated and if so, move to the next product. without duplicating the product in cfoutput
any ideas???
thanks
When I go through CFoutput the product is being duplicated which I want for certain screens but not others. I need a cfloop that checks to see if a product title is repeated and if so, move to the next product. without duplicating the product in cfoutput
any ideas???
thanks