Hi All,
We have created a Universe on BEx query to develope an BO Explorer.
We are having Sorting problem with Fiscal Period values, which is in Character type.
So need some clarification on below queries..
Q: Can we change the Fiscal Period datatype from Character to Number?
I think it will give an error if we change the datatype
Q: Can we add preceding zeros for 1 to 9 months?
I used below MDX expression for testing purpose,
<EXPRESSION>IIF([0FISCPER3].[LEVEL01]="1",1,2)</EXPRESSION>
But it is always giving me the else part only.
If I replace the dimension with Measure then the above expression is working fine.
Q: Can we use Concatination Operator for adding preceeding zeros for periods 1 to 9?
Q: Can we apply any transformations on Dimenstion fields?
Environment details:
BO 4.1 SP3
UDT 4.1 SP3
Please advise me.
--Praveen G