following Problem. I am generating my Reports with Crystal Reports from a Database, CR gets a DataSet as DataSource. I have a Table like this one in my DataSet:
... | Rank | Comment | ...
----+------+---------+-----
... | User | blabla | ...
... | VIP | blublu | ...
so I have the same Rank and Comment field twice in my Report, can I somehow tell CR to show Users comment in one box and VIPs comment in the other one? I have already tried filtering the results with Select Expert, it works, but for the whole document and I want different formulas for these two fields. What am I doing wrong?
Greetings and thanks