Lets say I have a line item LineA with an Applies To of Users, and a line item LineB with an Applies To of Organization.
Anaplan lets me make the formula of LineA, "LineB". I understand the principal of using SUM/LOOKUP/SELECT etc. to find the values in each dimension to use where the dimensions are missing from the line item that has the formula, but in the case above I haven't done that (so I'd expect an error). Anaplan lets me do this, so I guess my question is; why? In what cases would the above make sense? Clearly Organization could have many list items each with different values, so how would LineA which doesn't apply to Organization use this?
For some background, I'm creating a Chrome extension to warn about various formula issues, before Anaplan has to try it and do a sometimes costly rollback. For example "formula evaluates to Organization, but the line item type is number". I'm moving on to looking at warning re. miss-matched dimensions and I want to be able to accurately warn about these. To that end I've found a gap in my understanding (the above scenario works, but i'd have thought it shouldn't be allowed).