How to Show Report Definition results count as link

Hi Everyone,

My requirement is to show the report definition results count value in front end like below

@NagarjunaS16644648 You can use report definition to get count and store that count to a property and use that property in that screen using link control.

@Nagarjuna Saidu Use Data Page to call Report Definition and use Data Page.

or you can use .pySummaryCount(1)

@UdayReddyGunthala It’s not working

Hi @NagarjunaS16644648: Were you able to look into “Guardrail warnings” in home tab of dev studio? Your implementation looks similar to it. As mentioned by @NagarjunaS16644648 you can use property ref for a link. But it depends on whether you have the result count property. Do you have a data page for your Reports? then you should have result count property available in data page. Please run the data page manually and check.

Note: Getting entire data of report to get just count is not suggested. Instead use count function in RD.

Thanks.

@Anoop Krishna Can You explain briefly?