I'm trying to create a simple document type report: The header is showing som info which should change based on the lines. I have a table (tablix) that is showing the lines in the body. I have created the Get/Set data functionality and it works...partly. I'm getting the same info on all the headers:-( By looking on som of the standard document reports, I have figured out that my hidden text-box and my table has to be inside a List (tablix), but when I try to move the (simple) tablix into the list I get this error when compiling the report:
The tablix has a detail member with inner members. Detail members can only contain static members
What am I missing here?
0
Comments
As you are referring a Standard Report, I guess you missed one Thing.
When You Add a List and Put Tablix inside List, Make Sure the List Grouping Should have a Value.
Suppose you are creating a Sales Order Report then List Grouping Should be - Document No..
Assign a Group in the Report and There will be no error.
Thanks & Regards,
Saurav Dhyani
Do you Know this About NAV?
Connect - Twitter | Facebook | Google + | YouTube
Follow - Blog | Facebook Page | Google + Page
1.) Create a List (which is nothing else than a tablix with only a details group) on the report body and later make it fill the whole body area and set the DataSetName of the tablix to DataSet_Result:
2.) Add a parent group to the list with the group expression set to the field(s), you want a pagebreak between different values (for example DocNo). Set Pagebreak between group instances and delete the automatically inserted column but only the column, not the group.
3.) Delete the details group. At the end, the list should look like this:
4.) Create a rectangle outside of the list and drag it into the list to replace the (default) textbox.
5.) Insert further tablixes, textboxes, etc. into the rectangle or drag existing tablixes, etc. into the rectangle.
Is it possible to add a header within the outer tablix that changes with the group the header should be repeated on every page. I'm aware of the GETDATA/SETDATA solution but isn't there an easier solution?
Blog - rockwithnav.wordpress.com/
Twitter - https://twitter.com/RockwithNav
Facebook - https://facebook.com/rockwithnav/