Two remarks.<br><br>The verifier code does not address the extraction of specific fields or values; it&#39;s primary intent is to discover erroneous constructs such as  &quot;field == A &amp;&amp; field == B&quot; and its manyfold variations. You might look at its source code, how it gets at patterns and constraints and roll your own. How difficult this is would depend on the complexity of your rules and patterns.<br>
<br>Mining for this or that in compiled rules might be putting the cart before the horse. Whenever I encounter a problem where a number of rules emerge, all according to a single pattern and just with variations in the data, I begin to think of a way of building the rules from a handy set of data, and the problem of reporting takes care of itself.<br>
<br>-W<br><br><br><br><br><br><div class="gmail_quote">2012/1/2 Esteban Aliverti <span dir="ltr">&lt;<a href="mailto:esteban.aliverti@gmail.com">esteban.aliverti@gmail.com</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204,204,204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">
There is a Drools&#39; module called drools-verifier that can be used to achieve what you are looking for. Unfortunately there is no integration with Guvnor. So basically you will need to create your own app using drools-verifier&#39;s API.<div>


<br></div><div>Best Regards,<br clear="all"><br>XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX<br><br>Esteban Aliverti<br>- Developer @ <a href="http://www.plugtree.com" target="_blank">http://www.plugtree.com </a><br>- Blog @ <a href="http://ilesteban.wordpress.com" target="_blank">http://ilesteban.wordpress.com</a><br>



<br><br><div class="gmail_quote">On Mon, Jan 2, 2012 at 7:00 AM, Salina Fung/UFL - ICIL <span dir="ltr">&lt;<a href="mailto:salina@icil.net" target="_blank">salina@icil.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="border-left:1px solid rgb(204,204,204);margin:0pt 0pt 0pt 0.8ex;padding-left:1ex">


Hi,<br>
I have similar requirement, is there any answer for this?<br>
<br>
<br>
Thanks<br>
<span><font color="#888888">Salina<br>
</font></span><div><div><br>
<br>
----- Original Message -----<br>
From: Henrique Lira<br>
[mailto:<a href="mailto:henriquedlira@hotmail.com" target="_blank">henriquedlira@hotmail.com</a>]<br>
To: <a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
Sent:<br>
Tue, 27 Dec 2011 22:12:14 +0800<br>
Subject: [rules-users] Extracting management<br>
information from the content of the rules<br>
<br>
<br>
&gt;<br>
&gt; Hi,<br>
&gt;<br>
&gt;  I&#39;m doing an evaluation of Guvnor tool, and one of the requirements that we<br>
&gt; wish to be met is the ability to extract management reports from the content<br>
&gt; of the rules. Let me explain better: assuming I have several rules that<br>
&gt; define discounts for products depending on their characteristics, how can I<br>
&gt; get, for example, which products have a discount of X%? I tried using the<br>
&gt; search function of the Guvnor, but I found it very simple to more managerial<br>
&gt; information like this? Is there any other functionality to generate more<br>
&gt; complex queries?<br>
&gt;<br>
&gt; Thanks in advance,<br>
&gt; Henrique<br>
&gt;<br>
&gt; --<br>
&gt; View this message in context:<br>
&gt; <a href="http://drools.46999.n3.nabble.com/Extracting-management-information-from-the-content-of-the-rules-tp3614399p3614399.html" target="_blank">http://drools.46999.n3.nabble.com/Extracting-management-information-from-the-content-of-the-rules-tp3614399p3614399.html</a><br>



&gt; Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
&gt; _______________________________________________<br>
&gt; rules-users mailing list<br>
&gt; <a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
&gt; <a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
&gt;<br>
<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org" target="_blank">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</div></div></blockquote></div><br></div>
<br>_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
<br></blockquote></div><br>