Dear Friends,
We are using variant table to fetch one characteristic,
But if the key combination not found in variant table than it is giving inconstancy error.
Can we get some default value for that characteristics. instead of error. default value doesn't work for that.
We want system to ignore, if the key combination not found in Variant table.
For example -
Alphabet - Value
A - 1
B - 2
C - 3
For each alphabet A, B, C the value is fetched,
but if somebody selects other alphabets, than it is giving inconsistency, Can we get default value as 0 for the alphabet other than ABC
Regards,
Solomon