There is option to configure snapshot for reset values of some column.
How can I apply multiple conditions in ResetColumn Attribute?
I tried but not able to reproduce exact result .
Please help me
Thanks in advance
Regards
for e.g.
**
```
<ResetColumn name="LastNbr" value="=StartNbr]@NumberingID!=QCSP" />
```
---- "Working"
**
*
```
<ResetColumn name="LastNbr" value="lStartNbr]@NumberingID!=QCSP and @NumberingID!=QCPLAN" />
```
---- "Not Working"*