joelwenzel
Programmer
- Jun 28, 2002
- 448
Hi,
I have a fact_main table that contains a value, a time id (which is joined with a time dimension), and a DescriptorID (which is joined with a dim descriptor table). The descriptor describes the value. So if the value is an invoice, then fact_main contains a value and an id associated with invoice. If the value is a sale, then fact_main contains a value and an id associated with sale. (now there are two records in my fact_main, one for sale and one for invoice)
I want to display all values as separate fields in my report. So, basically, I want to group my report by the date, and display the invoice value (record 1) and the sale value (record 2) for each date. I can copy the invoice value over fine, but when copy fact_main.value and use the Select Expert to set the descriptor to sale, all the values change to sale. I can only display the sale value, or the invoice value, but not both. Any idea how I can fix this?
I have a fact_main table that contains a value, a time id (which is joined with a time dimension), and a DescriptorID (which is joined with a dim descriptor table). The descriptor describes the value. So if the value is an invoice, then fact_main contains a value and an id associated with invoice. If the value is a sale, then fact_main contains a value and an id associated with sale. (now there are two records in my fact_main, one for sale and one for invoice)
I want to display all values as separate fields in my report. So, basically, I want to group my report by the date, and display the invoice value (record 1) and the sale value (record 2) for each date. I can copy the invoice value over fine, but when copy fact_main.value and use the Select Expert to set the descriptor to sale, all the values change to sale. I can only display the sale value, or the invoice value, but not both. Any idea how I can fix this?