Hi,
Can we use another OLAPDataArea inside an OLAPDataArea in V12?
Example:
OLAPDataArea(Test)
Foreach(Cell in Test)
{
OLAPDataArea(Test1)
foreach(dCell in Test1)
{
}
}
I am getting an error like below:
"Executing the process failed with an error. The returned message was: An error has occurred:
You cannot define two data areas at the same time. Use Deactivate before creating a new data area."
Thanks,
Shivanand