i want to set configuration always amount-wise decreasing

Discussion in 'General Discussions' started by HAROON2015, Apr 25, 2021.

    
  1. HAROON2015

    HAROON2015 Member


    upload_2021-4-25_15-44-59.png
    i want to set always sorting method amount-wise (decreasing)
    please help me sort out
    thanks
     


  2. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    ADD
    Sort : @@AmountWiseDecr : -$$Abs:$yourvaluename

    In the Collection of your report.
     


  3. HAROON2015

    HAROON2015 Member


    thanks for reply Amit sir
    i am trying this with button but failed!
    please do the needful

    [#form : Group Summary]
    add:button : xtbuttonxeX
    [button: xtbuttonxeX]
    Key : f3
    Title : "SortAmtDesc"
    Action : Call: SetAmtDecsxs
    [Function:SetAmtDecsxs]
    Sort : @@AmountWiseDecr : -$$Abs:$yourvaluename
     


  4. Amit Kamdar

    Amit Kamdar Administrator Staff Member


    You have to add SORT in the Collection .......

    In function you can SET a variable and there is no variable here.
     


  5. Gagan Jyoti

    Gagan Jyoti Member


    Why not using "Trigger"


    Code:
    [#Form : Group Summary]
    Add:Button : SortAmtWise
    [button: SortAmtWise]
    Key : F3
    Action: Trigger Key: F12,Enter:7,Amount (Increasing),Enter:2
     


Share This Page