cancel
Showing results for 
Search instead for 
Did you mean: 

variant config

Former Member
0 Kudos

Hi Gurus

My issue is explained below.

characteristic : A1 Values 1,2,3,4

characteristic : B1 values a,b,c,d

Wanted to infer values when a,b when A1 = 1 are selected and similar with the A1 = 2 should infer c,d values.

I tried with pre condition syntax A1 = 1 and specified A1 assigned to values a,b. Which is working fine.

When i assign A1 = 2 to values c, d then all the values disappeared.

What is the best object dependency for the above rule.

Please advice.

Thanks in advance.

Quantum.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi,

Maintain A1 as multiple value assignments and check the configuration

Pavan

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

You mean If you select A1 = 1 then for B1 a,.b are available for selection.

A1=2 then for B1 c,d are available for selction.

In the pre condition add that " AND SPECIFIED A1" along with A1 = 1.

If A1 and B1 are restrictable Chars then Constraint is the best Dependency.

regards

Praveen

neeraj_bhardwaj4
Contributor
0 Kudos

Hi..

use procedure for this... procedures are used to infer values...

Neeraj