Error using Subset
Hi Anaplaner,
I wanna ask something
I have 1 module with 2 line item, line item 1 using list country and line item 2 using subset country,
i used formula in line item 2 reference to line item 1, but when when i selected in line item 1 ex China, why in line item 2 show China too, but in subset china is not availabe,
is that bug ?, or what ?
Thanks and regard
Panji
Tagged:
0
Answers
-
Hi,
It appears to be a bug. Please go through the attached link, we have discussed the same topic in this post.
Try this workaround solution,
1. If you have code in your Country List
FINDITEM('Country Subset' , CODE('1'))
2. If you don't have code in your Country List
FINDITEM('Country Subset' , NAME('1'))
Regards,
Vignesh M
0 -
Please use finditem('SUBSET', CODE(ITEM(COUNTRY LIST))). This should work!!0