Page 1 of 1

Rule logic in Data Rule Execution History Summary Report

Posted: Tue Jul 23, 2013 9:54 pm
by Maximus_Jack
Hi
I'm generating the "Data Rule Execution History Summary" report based on a data quality rule written, i'm getting the rule logic and rule binding for every
variable its there in the rule, after the execution type section, but i'm not seeing this in the report template specified in the manual
http://tinyurl.com/momu3fs
is there any way to avoid this rule logic and rule binding in the report?

thanks
MJ

Posted: Wed Jul 24, 2013 3:52 pm
by rjdickson
Hi,

As far as I know, the built in reports are not modifiable. You could always use the command line/REST API and create your own report?

Posted: Thu Jul 25, 2013 10:14 am
by Maximus_Jack
can you please give some more information on generating customizable reports from command line, where can i find the informations

thanks
MJ

Posted: Thu Jul 25, 2013 5:17 pm
by stuartjvnorton
You don't get customisable reports from the API, you get the raw data back that you can do anything you like with.

Look at the IA users guide (ch 16) for the IAAdmin calls: this is the command line version of the HTTP API.
In particular, look at -getExecutionHistory for rule execution status and total pass/fail numbers, or -getOutputTable to retrieve the records returned by the rule.

Posted: Tue Jul 30, 2013 6:43 pm
by Maximus_Jack
thanks a lot stuart