I have both dimensions and measures. These are the foll fields in four tables all related one to many,
First Table
Airline,ticket no, class, sector from, sector to
Second table
invoice no, invoice date, invoice amount, basic, taxes, Domestic flag
Third table
Credit Note no, Date, Credit note amount
Fourth table
Cancelled sector from and to
There are some other tables which are used for linking...
I need to show all the above data in one line with the duplicate data suppressed. I tried breaks but it puts one more additional line in the table. Also should I put a break for all dimenstions which are repeating.
For the measures, it didnt aggregate to the function I had selected...
Any ideas....