Forum Post: RE: HTML Template Report

  • Thread starter Thread starter makumar
  • Start date Start date
Status
Not open for further replies.
M

makumar

Guest
Hi Naresh, Yes, you can define your HTML code within the report definition page. Consider this simple example of an HTML report that prints a list of Lead records: html head h2 List of Leads /h2 /head body table {!#LOOP_BEGIN.all#154785} tr td {!name#text} /td td {!type#value} /td /tr {!#LOOP_END.all} /table /body /html Note that this report runs a loop through all records using a view with the original ID 154785. Inside the loop, each record outputs a row of an HTML table. For a summary report, you can use the Rollbase query API in an EVAL[] block. Hope this helps. Regards, Mani. From: nareshroyalty [mailto:bounce-nareshroyalty@community.progress.com] Sent: 05 August 2014 12:47 To: TU.Rollbase@community.progress.com Subject: RE: [Technical Users - Rollbase] HTML Template Report RE: HTML Template Report Reply by nareshroyalty Hi Mani, Thanks for your reply. Can I design a report like an HTML form using some script with HTML Template report. What I am trying is a have a form with 2 or 3 input fields which will generate a report based on the values entered. Thanks, Naresh Stop receiving emails on this subject. Flag this post as spam/abuse.

Continue reading...
 
Status
Not open for further replies.
Back
Top