I have tiny issue that I cannot seem to get around solving it.
I am using TM1 9.5.1 to import data from an Oracle data warehouse into TM1 for reporting. As part of the validation process I need to produce a report confirming that the number of records in the data warehouse is the same number of records that where processed in TM1. I was planning to achieve this by writing Select Count statement and importing the results to the validation cube. The below query works fine in Oracle but when I write the same SQL language in the TurboIntegrator using the ODBCOutput, it gives me an output of "1" (which i'm not sure what it means).
Select count (*) from vj_abc_finance_cost;
Interestingly, the same query works fine when I execute it in the data source tab of the TurboIntegrator
The question is how do I display the results of the number of records in the Oracle data warehouse? I'd really appreciate your help on this
