eVar dimension value has Zero Instance
Hi Team,
I am wondering, how an eVar dimension value will have Zero instance & other metrics are getting values against it. Please help me how to resolve this? I am seeing this in Adobe workspace. Its a normal eVar variable not merchandising vartiable.

This is the definition of eVar variable. @hemangini , @jeff_bloomer

Below is the JS code snippet.
if(s.events.indexOf('scOpen')>-1){
var random = ""+ Math.random()*10000000000;
var cartId = random.split('.')[0];
s.eVarXX= cartId;
}