Skip to Content
0
Former Member
Jun 07, 2011 at 11:52 AM

If then else

453 Views

Hi,

i try to mak graphical mapping.And i should use if then else function.The scenerio should be as follows:

if the value1 > 7 then

value1 = value2

else

not create row

i draw the following:

value1----


>

greater----


> IF -


> then value1 = value2

Constant(7)----


>

else----


>?

if the value lesser than 7,When testing i want to be in Result nothing.How should i continiue for else?Can you help me please?