Hello, can you please help me with formula something similar to vlookup?
Trying to fill in the Division property using the Department code dimension.
Tried using “ITEM('PL GL Data'.Department,'Department Code'.'Department Name')”, but error says
“ Error: Expressions are incompatible and cannot all be converted to Dimension (Department Code)”
Thanks in advance!
Page 1 / 1
Hi,
Your 'PL GL Data'.Department is not a text-format property here, but rather a dimension one.
Could you share the format of Department and Divison properties in your transaction?
Thanks!
Hi Francois,
Sure,
Currently, Department name is in text-format and trying to fill in the Division Final Property in Dimension format just created. In 2nd snapshot, you will see Department dimension with Department Name in text format and Division in dimension format.
Ah, so it looks like you’re trying to chain properties then? I guess you’re trying to do two steps in one:
I would advise on doing it in two steps, e.g. having a Department property in your PL GL Data transaction, like illustrated in your first message. Then you’d be able to use 'PL GL Data'.Department.Division very simply.
Using ITEM('PL GL Data'.'Department Name','Department Code'.'Department Name'), the result will be of Department format, so you can’t input that in a Division format property.
Hope this helps!
it worked. Thank you Francois!!
So, because Department Name is in Text format, your below formula works best!