Monday, October 4, 2021

SSRS file error message: The number of defined parameters is not equal to the number of cell definitions in the parameter panel (D365FO)

 Error

SSRS file error message: The number of defined parameters is not equal to the number of cell definitions in the parameter panel

In D365FO - SSRS report

Workaround solution:

1. Create new design (Shouldn't duplicate it from existing design)

2. Copy all objects from Old design and paste it in new design

3. Save report

4. Rebuild and deploy reports

4 comments:

  1. How to create Dynamic packing list. Hight and width should be dynamic.

    ReplyDelete
    Replies
    1. Could you give some more detail about your requirement?. Something we can do with Column Grouping or Matrix.

      Delete
  2. further adding the tip to remove parameters issue from the XML file,

    Remove "ReportParametersLayout" tag completely
    save
    replace the XML
    Redeploy

    ReplyDelete

Convert Call stack to readable format in D365FO X++

//Input --container _xppCallStack = xSession::xppCallStack();  Public static str POL_formatXppCallStack(container _xppCallStack, int _skipFr...