I have a statistics table outputting resellers, their id,purchases and amount.
Eg.
ID - Resllers - Purchases - Amount
101 - ABC - apples - 20
101 - ABC - oranges - 10
303 - DEF - apples - 5
303 - DEF - oranges - 1
Since the Resellers can differ but with different amounts and purchases,
for eligibility can I differ the row colours according to Resellers as they are pulled from the database.
PS The IDs are random not incremental.
Eg. ABC resellers in Blue
DEF resellers in Green
as the Resellers ID changes from the query being pulled from the database.
Eg.
ID - Resllers - Purchases - Amount
101 - ABC - apples - 20
101 - ABC - oranges - 10
303 - DEF - apples - 5
303 - DEF - oranges - 1
Since the Resellers can differ but with different amounts and purchases,
for eligibility can I differ the row colours according to Resellers as they are pulled from the database.
PS The IDs are random not incremental.
Eg. ABC resellers in Blue
DEF resellers in Green
as the Resellers ID changes from the query being pulled from the database.