Hi All
I am trying to create a test model, that I already have in ECC, in the AVC system. Does hiding characteristic based on the multi characteristic value work? I tried both Pre Condition and also the reference characteristic screen_dep-Invisible and both doesn't seem to be working.
Here is what I have
Multi-Value Characteristic has values 001, 002, 003, 004
I have Characteristics; CHAR1, CHAR2, CHAR3, CHAR4
I want to hide Char2 and Char4 when Multi-Value Characteristic value is 001.
Similarly I want to hide Char1 and Char3 when Multi-Value Characteristic value is 002.
Can somebody pitch and let me know if this is not doable in AVC? Again this works with no issues in ECC but not working in AVC.
I came with an alternative option to achieve this but that would need more characteristics and dependencies.