how to create a new report parameter with drop down list in sage x3?

SOLVED

I am trying to create a custom report parameter on one of my reports, it is not a built in parameter. 

Any idea how to do this?

TIA

Parents
  • 0
    First go to Development>Data and Parameters>Local Menus-messages. Create a new menu giving it a unique number and define the list of values that will contain the list of option that you want to offer.
    Then go to Development>Script Dictionary>Reports. Click on the Parameters tab and define a new parameter. The type should be 'M' and the menu should be the menu number that you defined in the last step. Define the list of values that you want to use.
    Optionally, you can go to Setup>Default Values and add the parameter there.
    Finally, open the report and create a parameter name the same as the name that you defined in step 1.
    I hope this helps.
Reply
  • 0
    First go to Development>Data and Parameters>Local Menus-messages. Create a new menu giving it a unique number and define the list of values that will contain the list of option that you want to offer.
    Then go to Development>Script Dictionary>Reports. Click on the Parameters tab and define a new parameter. The type should be 'M' and the menu should be the menu number that you defined in the last step. Define the list of values that you want to use.
    Optionally, you can go to Setup>Default Values and add the parameter there.
    Finally, open the report and create a parameter name the same as the name that you defined in step 1.
    I hope this helps.
Children