Skip On if Two Different values in the field

Discussion in 'Free Source Codes' started by Murari Bajaj, Nov 9, 2020.

    
  1. Murari Bajaj

    Murari Bajaj Member


    Dear Experts

    [#Field: VCHBATCH JrnlName]
    Delete:Table
    Delete:Set as
    Add:Set as:$$Table:VCHBATCHName1:$Name
    Set Always:Yes
    Skip on: (NOT $$SysName:NewNumber = #VCHBATCHName1)

    The above code is working properly.
    But i need if it is PrimaryBatch OR NewNumber it should not skip.
    I need it for both of the values.

    Thanks
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The answer is also given in that default field........Field: VCHBATCH JrnlName

    Study their SET AS .......... and learn how to use........ If $$IsEmpty (myvalue)..................then $$Value else (myvalue)
     


Share This Page