Does anyone know how to generate a simple report showing all tables in a model, and their columns (name and a few attributes including NOT NULL)? I worked through the Report Wizard and got totally confused.
Asked
Active
Viewed 4,720 times
1
-
You create a Report (not using the "Use legacy Report Editor"), drag the Table folder to the report. Then using the Outline, remove all items except "List of columns of the table"; on this node, use "Edit Attributes" to add "Mandatory", remove "Name". Use the report view, to remove the "Key Indicator". And voila! – pascal Jul 17 '13 at 09:29
-
When you say "drag the Table folder to the report", I know where the Table folder is, but I don't know what you mean by "the report." PD is open to the Data Model, and the Object browser (containing the Table folder) appears on the left-hand side. Can you take me from there? (Edit: in fact, the Table folder in the Object Browser doesn't seem to be draggable at all.) – Chap Jul 17 '13 at 14:22
-
No, I mean the Table folder in the Report Toolbox... oops... I've just hidden it, and I don't know how to bring it back... OK.. View > Toolbox. – pascal Jul 18 '13 at 16:42
1 Answers
0
I didn't find the previous answer to be very clear.
- Select the model from the object browser.
- Select Report -> List Report Wizard from the main menu.
- Select "EntityAttribute" (logical model) or "Column" (physical model) in the Object Type field of the dialog box and click Next.
- Select the columns to include in the report (example) and click Next.
- Select the filter and/or sort columns, if any, and click Next.
- Enter a name for the List Report and check the "Generate the list report to an external file" (example) if you want the report written to a file, and then click the Finish.