cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How to show number of application on the report.

peerawatkung
New Contributor

For example
My report is show list of application.

 

I want to show summarized number of application.

 

 

Peerawat

2 Replies

Sajam
Super Contributor

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. 

mtenzali
Retired

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.