Gossamer Forum
Home : Products : Gossamer Links : Discussions :

List related categories differently?

Quote Reply
List related categories differently?
Hi All,

My Linksql manages mainly web links of different categories, such as Science, Medicine, Education; and another major category called "Products". Each other category may have a related category of "Related Products" as well as other related categories. For example: "Education" has two related categories: "Science", and "Related Products". I would like to display (with yahoo cat off) those two related categories separately (especially to take out "Related Products" and put it in a different place like this:

Related Links: Science
Related Products: some product here

Since the name for related products will always be "Related Products", I wonder if I can use loops and if-else to do this. If RelatedName eq 'Related Products', list it this way, otherwise, that way.

Any clues are welcomed. Thanks in advance.

Long