I have the following Generic Inquiry which I need to calculate a new cost from the attributes against the Item. I think the calculation is not working due to the data types but am struggling with what prefix to use.
Attributes:-
I have tried using the Mask without luck also. The generic inquiry is attached.
Any help appreciated.
Regards,
laura
Best answer by Naveen Boga
Hi @lauracastagna Since the Mass attribute value is less than 0.5 i.e., 0..3, it is considered 0 and getting the result as 0.
Please use the below formula and it will work with the 0.
Hi, @lauracastagna I see some issue with JOIN conditions and due to that you are not able to fetch the expected value. I have attached the working GI here, please verify.
Here are the issue and fix details
Join condition should be like → Punch.AttributeID Equals =’Punch’, and I have seen the same issue with the Glass related attributes and I have modified it. Please find the latest attached XML GI for your reference.