R
Robert
Hi!
From a dataset I retrieve customer names and the products they have
purchased:
client name product name
client 1 product a
client 1 product b
client 1 product c
client 2 product b
client 2 product d
client 3 product a
client 3 product e
No problem. But how can I avoid the repetitions in the ClientName column:
client name product name
client 1 product a
product b
product c
client 2 product b
product d
client 3 product a
product e
In Query View. I think in a Report this is done through Group By?
Thanks - Robert
From a dataset I retrieve customer names and the products they have
purchased:
client name product name
client 1 product a
client 1 product b
client 1 product c
client 2 product b
client 2 product d
client 3 product a
client 3 product e
No problem. But how can I avoid the repetitions in the ClientName column:
client name product name
client 1 product a
product b
product c
client 2 product b
product d
client 3 product a
product e
In Query View. I think in a Report this is done through Group By?
Thanks - Robert