Save Report Configuration Settings

Discussion in 'Free Source Codes' started by Neha19, May 27, 2021.

    
  1. Neha19

    Neha19 Member


    Hello All,
    I want to save the configuration settings in all the report..
    Example: Stock Summary Report, If i Choose to show Alternate Qty from F12 Configuration, now again when i come to that stock summary report the that alternate qty column is lost.
    I want that column to be there only.
    Like that i want tdl
    Please someone help

    I tried :
    [#Report : Stock Summary]

    variable : VarExample
    set : VarExample : ##VarExample

    Please help..

    Thanks in advance
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    The Variable name is DSPQtyAlternate ....

    1 --- Set it to YES at Report level.

    2 --- then find the Field name in F12 Config and .... set it to yes also.

    3 --- And set the default variable setting to yes........

    Then every time you open it will be set to YES.
     


  3. Neha19

    Neha19 Member


    Hello,
    Thanks for the reply.
    But i don't want like this, i want if i configure it to yes the it should be there, and after i come back to that report the setting should be same, with no change.
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Yes... that is exactly what has been opined.......on coming back, it will be same -- YES .....
     
    panam likes this.


  5. Neha19

    Neha19 Member


    B
    But what if that Value is No????
     
    panam likes this.


  6. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    Set the default as the FIELD Value from the F12 Config.
    So if one says YES, it will remain YES, until it is turned to NO.
     
    panam likes this.


  7. vikrambhat7007

    vikrambhat7007 New Member


    Can we set other variables too? Like "Sorting method" in Sales register?
     


  8. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    setting variables is easy...........
    setting items which are to be selected from a table is dicey, but can be done.
     


Share This Page