Is there a way to get a 'default' DataTemplate based on a simple sql query?

Hi all

I wonder if there is a way to produce a default value of the DataTemplate (or at least the dataStructure of the model portion).

I like to call a trigger beforeReport to fill in the data for the report as such, I have to use dataTemplate instead of a simple SQL query, "select * from table_name". I have more than 50 columns on the report so I was hoping that I could not manually built a dataTemplate (or at less the part of dataStructure) for each report just be able to call a trigger.

Thanks in advance for your ideas.
Kind regards
Yahya

You need not define the cases you need the xml structure to be automatically decided by BEEP.


     
          
          
     
     
          
               
          
     

This datatemplate allows you to get the following structure






..
..




..
..




..
..




..
..


/LIST_ROW>

Tags: Business Intelligence

Similar Questions

Maybe you are looking for