‎25-02-2013 01:10 PM
For example
My report is show list of application.
I want to show summarized number of application.
Peerawat
Solved! Go to Solution.
‎20-04-2015 01:32 PM
Dear Mtenzali,
Regarding your response below, how can we use this in the generated website?
GetRoot.Getcollection ("Here you put the query that will fetch your applications").Count
I want to show number of organizational processes that are automated based on specific attribute and display the result on the page.
Thanks in advance.
‎01-03-2013 01:48 PM
Hi,
You need to add this line code to the macro that build your report. Normally, you can find your macro if you explore your report > Report Chapter > Report Chapter-2 > Macro.
to give you a hint try with line code:
GetRoot.Getcollection ("Here you put the query that will fetch your applications").Count
You can get more information about API coding from the MEGA Exchange API.pdf.