Block Creation issue
Summary
Block Creation issueContent
Hi All,
I am facing a weird issue after creating the block by datacopy command.
1) I copied value into 1 cell say Jan & it created the block as well (i checked in DB properties) but even after that my calculation logic didn't work but i will copy the value Jan & Dec then calculation logic will work. The calculation logic is somewhat as below: (Dividing BegBalance value equally in 12 months where BegBalance is Dynamic calc and its value depends upon previous year.
"Jan"="BegBalance"/12;
"FEB"="Jan";
"Mar"="Jan";
"Apr"="Jan";
"May"="Jan";
"Jun"="Jan";
"Jul"="Jan";
"Aug"="Jan";
0