PickSpec Attribute Path not working as expected
Hi All,
I've custom Table where I store values respect to each bandwidth.
Example: 1 mapped to 10 profiles, 2 mapped to 4 profiles, 1000 mapped to 2 profiles(Profile is just a field in custom table)
Here serviceBandwidth is attribute holding bandwidth values as
Display Value --> Value
1 Mbps --> 1
2 Mbps --> 2
500 Mbps-->500
1Gbps--> 1000
If I use Path in user properties like PickSpec in attribute based buscomp. I am getting only 1 in case of 1Gbps instead of 1000. As results on pick applet of attribute am getting 10 records displayed instead of 2.
[TNZ Service BW] = 'CfgEval($.[Internet Service Offer]#1.xa[serviceBandwidth].xf[Value])'
Please suggest me if we have OOB issue on this and any work around solution.