hi all,
I am trying to get the region for the employee and used the following formula
What's the issue with it and what's the best practice of getting the formula?
Thank you!
Best
@GAPER Lookup works with Dimension in the source not with the line items in the source, In sys04 Country and Region are line items not the dimension of sys04. if you are bringing from SYS04 you will have to lookup location in the target module but location is not present in your target module so bring the Region from SYS03
Hi @GAPER you are bringing region from SYS04 module which is at location dimension and you are looking up with Country.
You can bring the region from SYS03 module which is at country dimension, your formula will be
'SYS03 Country Details'.Region[LOOKUP: Country]
But sys04 is actually the module with Country and Region already. May i know what could be the problem when i refer to this moduel? Thanks
Hi all, I am importing a flat file into ADO. However the flat file does not have a unique identifier. I would like to use the row count as the "ID" Is there a way to create this ADO? Basically how would I do row_number() in SQL?
Good morning everyone. I need to build a module export with some specific requirements: users can select a currency type (USD/Local), Salary Type (1 or 2), Nomina Type (1 or 2), and Version (Forecast, TS, Plan). Currently, each of these filters is driven by an independent system module published in the NUX, each…
We've been building a tool called aplan4sheets and we'd genuinely like input from this community — both on what we've built so far and on what we should prioritize next. The problem we set out to solve: Anaplan's Excel add-in is Windows-centric, and there's no real native way to pivot Anaplan data in Google Sheets. We…