How to check for Implied Share in Calc Script
Summary
How to check for Implied Share in Calc ScriptContent
I'm trying to determine how best to handle implied share in a calc script. I do not want to update the database to ignore implicit shares cause that will cause other issues.
Problem: Loading data in at level 1 and spreading that to its children. There are cases where data is also loaded to level 0. I want to have the values added together. If there is no implied share this works fine but if there is it is causing the data to be doubled.
Is there some IF statement that could check for count of children or anything?
0