Iβm a fan of normalized data structures. This means, I rather want to point to an existing field instead of duplicating it.
I have a couple of apps, that are linked together:
- App A β App B β App C β App D
I would love to directly access a field in App A from within a calculation field in App D. Thats not yet possible without additional calculation fields in App B and App C, right?