Sort button on the Request Form

airamairam Member Posts: 88
hey all,

I need to add a Sort button which gives the option to the user to select a key from the table on which the report is based on , to sort the report before printing. i tried to add it to the Request Form Designer, but it did not appear when i tried run the report. any help pls?

Answers

  • frgustofrgusto Member Posts: 32
    The sort button will appear if you don't have a key in DataItemTableView on the Data Item where you want users to choose the key.
  • SavatageSavatage Member Posts: 7,142
    In my experiance once you set the Sort in DataItemTableView the SORT button is usually gone.

    Did you do that?

    Edit - Too Slow with the Submit button :roll:
  • airamairam Member Posts: 88
    wow that was simple .. haha! thanks :) .. as you might realized i'm quite new lol
  • SavatageSavatage Member Posts: 7,142
    We were all "new" once. Welcome to the forum!
  • garakgarak Member Posts: 3,263
    edited 2009-08-03
    and if you take a look to the black arrow on the left side:
    if you press this arrow, a list will be opend. Now you can select and mark (Ctrl+F1) here some recs that you wisch to print.
    Then u say View -> Marked only and press then ESC. Now, in you report a line is added with: Marked only: true.

    the report will now only print the recs you have marked in the list.

    Regards
    Do you make it right, it works too!
  • airamairam Member Posts: 88
    thanks all for your help :) i'll try it out garak. good day :)
Sign In or Register to comment.