add a button to Report Purchase Register for filter data

Discussion in 'Requests' started by HAROON2015, Sep 21, 2019.

    
  1. HAROON2015

    HAROON2015 Member


    hi,
    i want to create a button on Report of Purchase Register with this filter criteria
    1 = type of info = voucher
    2 = having = ledgers
    3 = with = name
    4 = Range of info =not containing
    5 = "1 swaz cash"

    Code:
    [#Report    : Purchase Register]
        Variable : vGreaterAmounts
        Local    : Form : Default : Add : Button : Filter 1 Swaz Cash
    [Variable : vGreaterAmounts]
        Type  : Logical
    [Button         : Filter 1 Swaz Cash]
        Key         : F9
    
    action :Call:FilterParicular
    
    
    
    [Function:FilterParicular]
    help me to create this code
     
    Last edited: Sep 21, 2019


  2. teja varma

    teja varma Active Member


    Code:
    [Button:Filter 1 Swaz Cash]
        Title:$$LocaleString:"filter ledger"
        Key:Ctrl+l
        Action:Trigger Key:Alt+f12,Enter,Ledgers,Enter,Name,Enter,con,Enter,1 swaz cash,Ctrl+A
    use trigger if you want it ease:
     


  3. HAROON2015

    HAROON2015 Member


    Oops,
    its not working in tally ERP 9 1.1
    any other solution instead of this please

    btw
    thank you for the reply
     


  4. drive

    drive Active Member


    ;;try this
    [#Report : Purchase Register]
    Add: Option: OnlyNonSwazCash : Yes
    [!Report: OnlyNonSwazCash]
    Local : Collection : Default : Add : Filter : Filt_001
    [System: Formulas]
    Filt_001 : $LedgerName Not Containing "1 swaz cash"
     


  5. HAROON2015

    HAROON2015 Member


    thanks for the reply
    but how to add this task with the help of a button
     


  6. neha shruti

    neha shruti New Member



    HOW TO FILTER ON Button click ?
    need help
    thanks in advance
     


  7. Yash@82872

    Yash@82872 New Member


    Use tally macro, i have tdl of that
    it records ur key presses and make a button
    then simply hit a button and it will filter ur desired crietaria
     


Share This Page