Hello World!!I recently came across a scenario wherein an eVar variable
receiving the value of 0 (numeric zero) was classified as 'unspecified'.
I searched for documentation to get this fixed and came across two
possible solutions.1. Implement alternative values (replace '0' with
'zero')2. Using some processing ruleSrc: Using "0" in classifications I
came across a possible solution which has been fixed for my test
scenario and is working as expected. I concatenated with an empty
character whenev...
Hi Gigazelle ,The issue is fixed. There was an instance where the
library was loading twice and so the doPlugin was not initialized in the
2 call because of certain conditions. I would not be able to share the
code.