Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
How to add Two values coming from same field as another field in script
Field 1
A
B
C
D
E=A+B
If(Field1 ='A','E',
If(Field1='B','E')) as Field1
It worked ,either we can use pick (Match())
Hi,
1- You can create flags
2- Can you attach sample qvf so can try on that?
Thanks
If(Field1 ='A','E',
If(Field1='B','E')) as Field1
It worked ,either we can use pick (Match())