Cannot find parameter field Pm-Command.Name in subreport 12. SAP B1 - crystal-reports

I created report which has sub report in Crystal Reports 2011 in two different databases, I set Link between main report and its subreport, My report works fine in crystal report design but if I import it in SAP B1 9.2 PL10 I get error message while previewing
Cannot find parameter field Pm-Command.Name in subreport 12.
I tried to do research but there is no answer I got. The parameter which has error is the parameter links subreport and main report.
I tried to change subreport links but error is still same
Below is formula of subreport parameter which causes that error.
{Command.Name} = {?Pm-Command.Name}
Please anyone can help me to solve this issue

Related

Crystal Report dynamic parameter values do not show up in prompt when report is opened within SAP B1

Crystal Report dynamic parameter values do not show up in prompt when report is opened within SAP B1. However, it is working fine when the report is opened in Crystal Report Designer. Please help thanks!
You need to run the report and initiate the parameter from inside Crystal Reports when on B1.
The list you see from outside only shows if you're using a parameter query like #SELECT, etc ...

Pass values from sub-report to main-report using crystal report

I'm using crystal report xi. I have made a report with two sub report. The sub reports have summary fields named sub total. And i want to make make grand total. How it is possible?
Sample Example Image
I may not be able to answer specifically to your requirement: But following are links that show you how to achieve it. You will have to work your way. The idea is to use Shared variables between main report and subreports.
Hope it helps you.
See links below:
Link 1
http://scn.sap.com/people/prabhat.kumar2/blog/2011/11/06/passing-values-between-reports-in-crystal-reports-2008
http://scn.sap.com/people/ashish.bamzai/blog/2011/11/23/passing-values-between-reports-crystal-reports-2008
http://scn.sap.com/people/brian.bischof/blog/2010/09/29/troubleshooting-crystal-reports-shared-variables
Passing Subreport Value to Main Report

Input parameters shows twice in jasper report with subreports iReport?

I have a jasper report that contains three sub-reports. The parameters that I passed to the main report are used in the sub-reports. I didn't show the filter parameters in the header of the main report. I show the filter parameters in the first sub-report. When I go on preview button I have the the filter parameters twice. when I go only on preview on the first report I get the parameters once. Does somebody knows what is the problem?
I put others two sub-reports in the first report and the problem was solved.

Openerp using subreport by Jasper Report

I want to create a sale order report with Jasper Report. So, I took xml of sale_order object by Jasper's data template of openerp and I set depth 3 in that xml file. And then, I created report by using Jasper Report. After that, I added this report by using new Jasper Report of openerp. My report has a dataset in the main report for sale_order_lines. So that, I have an error below:
openerp.netsvc: Report Error Failed to invoke method execute in class com.nantic.jasperreports.JasperServer: Error evaluating expression : Source text : $P{REPORT_DATA_SOURCE}.subDataSource("//sub_report")
How to fix this error? If you don't mind, please explain me step by step.

Open Crystal Report with a parameter

Normally, I use Microsoft report and I can call parameter.
But for Crystal Report 2008 I want to call the report with a parameter to see the data from my bd on the report.
My report is bound to a data set.
Hope the following links will help you
How to pass parameter in crystal report using dataset in vb.net
Crystal Report Basics and Integration with DataSet
Display GridView in Crystal Report