Request Help for SKIP

Discussion in 'Free Source Codes' started by udaya, Oct 25, 2020.

    
  1. udaya

    udaya Active Member


    All forum Experts....

    please Help Me to SKIP if the Item Group name as"PLY" Else Not Skip

    Already Get Help from Forum For Follow line.
    But it only Item Name Contain "PLY" ...
    I want Skip by Group... Please help....

    "
    Skip : if (#VCHStockItem contains "Sqf" OR #VCHStockItem contains "PLY") then No else Yes"
    "
     
    panam likes this.


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Skip On : if (#VCHStockItem contains "Sqf" OR #VCHStockItem contains "PLY") then No else Yes
     
    panam likes this.


  3. udaya

    udaya Active Member


    Thanks LOT Amit sir....

    its working fine as: Skip : if (#VCHStockItem contains "Sqf" OR #VCHStockItem contains "PLY") then No else Yes


    But i had lot of items with diff names.... Pls suggest by Item Group wise Skip

    Let say:

    Item Name : 8X3 PlyWood DX Laminated
    Group:pLY

    Now i need SKIP by Group : Ply

    I try as : Skip : if #STKIParent contains "ply" then No else Yes

    but it not working

    Please Guido me .....
     
    panam likes this.


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Skip : if ($Parent:StockItem:#VCHStockItem contains "Sqf" OR $Parent:StockItem:#VCHStockItem contains "PLY") then No else Yes
     
    panam likes this.


  5. Himanshu-2002

    Himanshu-2002 Active Member


    Try Following

    Skip on : If $Parent:StockItem:#VCHStockItem contains "ply" then No else yes
     
    panam likes this.


  6. Himanshu-2002

    Himanshu-2002 Active Member


    Oo Damn My Answer and Amit Sir Answer is same...
     
    panam likes this.


  7. Himanshu-2002

    Himanshu-2002 Active Member


    Now, I can say...I am a TDL Expert..Who has 5 Months Experience.....Lol
     
    panam likes this.


  8. udaya

    udaya Active Member


    Amit Sir U R Great.... its working fine....

    Also u gave me great learning curve...

    i also now try by Item Category:Stop using to stop
    both are working fine

    and lots of thanks You and Himanshu....

    Great Human being .......
     
    panam likes this.


  9. udaya

    udaya Active Member


    Skip : if ($Category:StockItem:#VCHStockItem contains "Stop") then No else Yes
     
    panam likes this.


  10. udaya

    udaya Active Member


    Amit sir,
    i am using following condition for calculate QtyCalculation

    its working fine.... But when i add another item (it no need QTY Colclation)
    the Qty field accept by mannual input.. after QTY,Rate and value enter to add another item that time the QTY and Rate Fileds are Automaticaly Empty

    Please guide me.... for solution




    [#Field : VCH BilledQty]

    Option : GWLW VCH NrmlBilledQty : @@ISSales

    [!Field : GWLW VCH NrmlBilledQty]

    Set By Condition : Yes : @@QtyCalculation

    [#Field : VCH Rate]

    Option : GWLW VCH Rate : @@ISSales

    [!Field : GWLW VCH Rate]

    Delete : Set By Condition

    [System : Formula]

    QtyCalculation : $$AsQty:#GWLWLength * $$AsQty:#GWLWBreadth * $$AsQty:#GWLWHeight
     


  11. Himanshu-2002

    Himanshu-2002 Active Member


    Sir Use Method Name Instead of Local Field

    Example:
    Set as : $$Number:$BilledQty
     


  12. udaya

    udaya Active Member


    Mr. Himanshu thanks for the reply..

    But I did not understood the above method.. if i need some of the items need to calculate as per the fields to be multiply, Some of the item no need qty field user give directly
    please guide me..
     


  13. Himanshu-2002

    Himanshu-2002 Active Member


    Sir You are storing some values in field Right ?

    Example:
    [Field: MyField]
    Set as :"Hello World"
    Storage : MyUDF

    So, I am telling you to use the stored value to multiple

    Example:
    Set as : $MyUDF + "Hii"
     
    panam likes this.


  14. udaya

    udaya Active Member


    Thanks All experts.....

    i found mysel and solved Following code is working fine

    Set By Condition : @@QtyCalculation > 0 : @@QtyCalculation

    thanks Mr. Himanshu
     
    panam likes this.


  15. Himanshu-2002

    Himanshu-2002 Active Member


    Congrats Sir
     
    panam likes this.


  16. udaya

    udaya Active Member

    panam likes this.


  17. Himanshu-2002

    Himanshu-2002 Active Member


    Sir You can call me Himanshu
     
    panam likes this.


  18. udaya

    udaya Active Member


    Ok Friend...
     
    panam likes this.


Share This Page