TM1 DataSource Value
Posted: Tue Oct 06, 2015 7:41 pm
Hello All,
I have a Source Cube:
[img] [/img]
I need Following View from Source Cube:
[img] [/img]
I utilized: ViewRowSuppressZeroesSet and i got the view i needed.
Now, I assigned this sourceview as datasource in TI process to write data in to a text file (for debug process).
Data received in the file did not include zero value at highlighted (yellow) data intersection.
IF i write in Prolog
ViewExtractSkipZeroesSet (pCube, vView, 0) to bring 0 value data than it will bring all 0 value data including which was suppress zero.
E.g.: It will bring data at yellow intersection ((Apr, Total Expense,NJ1,Forecast)=0) & also
(Jan, Total Interest,NJ1,Forecast)=0) & (Feb, Total Interest,NJ1,Forecast)=0) & (Mar, Total Interest,NJ1,Forecast)=0) & (Apr, Total Interest,NJ1,Forecast)=0) & (May, Total Interest,NJ1,Forecast)=0) & (Jun, Total Interest,NJ1,Forecast)=0) & (Jul, Total Interest,NJ1,Forecast)=0)). I just need (Apr, Total Expense,NJ1,Forecast)=0) in the output text file.
Please feel free if you require further information.
Thank You
Dharav
I have a Source Cube:
[img] [/img]
I need Following View from Source Cube:
[img] [/img]
I utilized: ViewRowSuppressZeroesSet and i got the view i needed.
Now, I assigned this sourceview as datasource in TI process to write data in to a text file (for debug process).
Data received in the file did not include zero value at highlighted (yellow) data intersection.
IF i write in Prolog
ViewExtractSkipZeroesSet (pCube, vView, 0) to bring 0 value data than it will bring all 0 value data including which was suppress zero.
E.g.: It will bring data at yellow intersection ((Apr, Total Expense,NJ1,Forecast)=0) & also
(Jan, Total Interest,NJ1,Forecast)=0) & (Feb, Total Interest,NJ1,Forecast)=0) & (Mar, Total Interest,NJ1,Forecast)=0) & (Apr, Total Interest,NJ1,Forecast)=0) & (May, Total Interest,NJ1,Forecast)=0) & (Jun, Total Interest,NJ1,Forecast)=0) & (Jul, Total Interest,NJ1,Forecast)=0)). I just need (Apr, Total Expense,NJ1,Forecast)=0) in the output text file.
Please feel free if you require further information.
Thank You
Dharav