Hi everyone,
I have two LP queries that return different results from the same origin.
One output's a 3d exploded pie chart, and a second that return a table with 4 columns with a sumarized result of a second query.
How can I run this both (separate) queries keeping in mind that the result should be (for example) just one html page? (chart on top, and data below).
I also would like to embed in the output the LogParser statistics presented in the end of processing:
Elements processed:
Elements output:
Execution time:
How can I achieve this?
P.S.: I have the Logparser Toolkit (Syngress), and altough it is quite extensive, I didn't found the answer for this questions...