Skip to main content
Question

How to pass multiple values in single parameter in IFS quick reports.

  • January 12, 2021
  • 3 replies
  • 1296 views

Forum|alt.badge.img+2

I create report in crystal reports, after I insert in IFS through “Create new Quick Report” window.

In crystal reports I enter multiple parameters. But in IFS how I pass multiple values in single parameter.

This topic has been closed for comments

3 replies

EntNadeeL
Hero (Partner)
Forum|alt.badge.img+10
  • Hero (Partner)
  • 181 replies
  • February 12, 2021

Hi @sumamatirmazi ,

Hope I understood this correctly.

you can pass the values for a single parameter separated by commas and then map it to the relevant parameter in the report. 

From crystal report side you have to delimit the input value and assign it to multiple parameters.

 

Thanks,

Best Regards,


ADNAN
Sidekick
Forum|alt.badge.img+8
  • Sidekick
  • 53 replies
  • June 3, 2021

@sumamatirmazi 

 

hello

try the text below.

It won't work in PLSQL, but it will work in IFS.

and ifsapp.report_sys.Parse_Parameter(upper(t.PART_NO),upper('&[-C--L]Malzeme_No')) = 'TRUE' 


Forum|alt.badge.img+2
  • Do Gooder (Partner)
  • 1 reply
  • June 24, 2021

Hi @sumamatirmazi ,

 

You can achieve this using the Split function in Crystal. Try the following steps.

  1. First make sure your Crystal Parameter accepts multiple values. For the example below, the parameter is {?Site}.
  2. In the record selection formula, enter the following text .

         {SALES_PART\.CONTRACT} = Split({?Site}[1],",")

      3. Save the report and place in your Crystal runtime.

      4. In IFS, run the Crystal quick report and enter multiple site values as a single parameter                entry delimited by commas.

          For e.g. 10,30,40

      5. Click Ok and you should be able to see the data show up for sites 10, 30 and 40.

 


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings