Hi,
It is possible to show the rule uid with some simple XML editing.
- Create a table with all the fields that you want, and another "placeholder" field.
- Export the report template.
- Edit the template .cpr file, search and replace "placeholder" field with rule_uid:
<column>
<fieldName><![CDATA[rule_uid]]></fieldName>
- Import the template file from the SmartView catalog.
The reason it is not shown in the picker is due to overlapping with hitcount rule_uid field.
We will work to fix it in some future version.