Hi Friends,
I have a module abd SYS Mod 1. It has no list but only Line Items.
I want to import, the Line Item value (ie. Jun 20) in the list.
Kindly assist.
Solved! Go to Solution.
Hi Sravan,
It's not possible to import into a module which does not have a dimension
Create a Fake list with just 1 member and add it to the module
Subsequent references from this module will then use the SELECT formula
Ex: when referring this module in other modules, the formula will be
'abc SYS Mod 1'.mnb[SELECT: Fake List.'1']
Hope this helps!
Regards,
Anirudh
Hi Sravan,
It's not possible to import into a module which does not have a dimension
Create a Fake list with just 1 member and add it to the module
Subsequent references from this module will then use the SELECT formula
Ex: when referring this module in other modules, the formula will be
'abc SYS Mod 1'.mnb[SELECT: Fake List.'1']
Hope this helps!
Regards,
Anirudh