Hi,
I trying create a simple crosstab report, but I have a litle dificult.
I get datasource programally, and set da dataset into the datasource report.
In design mode I added a crosstab object and linked to the database column, but it´s don´t go. If I take just a textbox
with out a crosstab I can see the data.
The error is
An error has occured while processing TextBox 'textBox7':
Referência de objeto não definida para uma instância de um objeto.
My oracle procedure return this
ID_Client ID_Cource Cource_Name ID_Question Question_Name Question_Value
381 401 TESTE - TESTE 1 AVALIAÇÃO GERAL 20,03
381 401 TESTE - TESTE 2 RESULTADOS 7,00
402 222 720 - KARAKA 1 AVALIAÇÃO GERAL 28,39
402 222 720 - KARAKA 2 RESULTADOS 7,59
I want make that ID_Cource is the row group and the ID_Question is the Column group, I need in the final result
same things like this
Question_Name 1 Question_Name 2 ...
Cource Name Value Value
By the Data in the example
AVALIAÇÃO GERAL RESULTADOS
TESTE - TESTE 20,03 7,00
720 - KARAKA 28,39 7,59
Someone can help me?
Thanks,
I trying create a simple crosstab report, but I have a litle dificult.
I get datasource programally, and set da dataset into the datasource report.
In design mode I added a crosstab object and linked to the database column, but it´s don´t go. If I take just a textbox
with out a crosstab I can see the data.
The error is
An error has occured while processing TextBox 'textBox7':
Referência de objeto não definida para uma instância de um objeto.
My oracle procedure return this
ID_Client ID_Cource Cource_Name ID_Question Question_Name Question_Value
381 401 TESTE - TESTE 1 AVALIAÇÃO GERAL 20,03
381 401 TESTE - TESTE 2 RESULTADOS 7,00
402 222 720 - KARAKA 1 AVALIAÇÃO GERAL 28,39
402 222 720 - KARAKA 2 RESULTADOS 7,59
I want make that ID_Cource is the row group and the ID_Question is the Column group, I need in the final result
same things like this
Question_Name 1 Question_Name 2 ...
Cource Name Value Value
By the Data in the example
AVALIAÇÃO GERAL RESULTADOS
TESTE - TESTE 20,03 7,00
720 - KARAKA 28,39 7,59
Someone can help me?
Thanks,