Can someone please guide me on the best practices for Record Backed Tempo Reports?
The only documentation I can find is about Entity Backed Reports (https://docs.appian.com/suite/help/17.3/Tempo_Report_Design.html)
I am trying to create a report that queries MULTIPLE Record types -- not only one Record type.
Thank you.
Discussion posts and replies are publicly visible
hi rizviz ,
go through below link,it may help you..
https://docs.appian.com/suite/help/17.3/Tempo_Report_Design.html#tempo-report-design-best-practices
thank you kchaitanyam
Im looking for more detailed guidance on building reports by querying MULTIPLE records. I am using queryrecord(), and want to query multiple records.
FOR EXAMPLE:
=queryrecord(
cons!SalesRecordType,
I want con!SalesRecordType to query 4 different records.
How can I handle this scenario?