fin-ops-doc-scripts/data-entity-technical-reports
Robin Reynolds-Haertle 8f69089ed4
Add files via upload
2020-09-16 16:10:24 -07:00
..
AggregateDataEntitiesReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
AggregateMeasuresReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
DataEntityFieldReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
DataEntityReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
GetDataEntitiesWithSources.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
KPIReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
LicenseCode-ConfigKeyReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
MetadataProvider.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
SSRSReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
TablesReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
WorkflowTypesReport.ps1 Add files via upload 2020-09-16 16:10:24 -07:00
readme.md Update readme.md 2020-09-16 15:35:59 -07:00

readme.md

Run the data entity reports

These are the report scripts.

Script Outputs
AggregateDataEntitiesReport.ps1 AggregateDataEntities.csv
AggregateMeasuresReport.ps1 AggregateMeasures.csv
DataEntityFieldReport.ps1 DataEntityFields.csv
DataEntityReport.ps1 DataEntities.csv
KPIReport.ps1 KPIs.csv
LicenseCode-ConfigKeyReport.ps1 LicenseCodes.csv
ConfigKeys.csv
ConfigKeyGroups.csv
MenuItems.csv
SSRSReport.ps1 SSRSReports.csv
TablesReport.ps1 Tables.csv
This report takes awhile to run, but it produces output as it runs.
WorkflowTypesReport.ps1 WorkflowTypes.csv

Helper functions

The report scripts use functions from these files:

  • GetDataEntitiesWithSources.ps1
  • MetadataProvider.ps1

Because the scripts include the function files, you need to run the reports from the folder with the .ps1 files.

metadataPath

You might need to update the metadataPath parameter to your local packages folder.

Running the script

You might see this message when you run the reports:

Run only scripts that you trust. While scripts from the internet can be useful, this script can potentially harm your computer. 
If you trust this script, use the Unblock-File cmdlet to allow the script to without this warning message. Do want to run <filename> ? 

Click Run once to run the report.

Contributing

This project welcomes contributions and suggestions. For more information, see the readme file.