Discover the Flexibility and Precision of Reports with MS4BI
MS4BI offers a variety of report types tailored to all your needs: automated aggregates, detailed breaks, advanced groupings, and unlimited customization options.
✔ MS4Script: Low Code to manage Aggregate Reports, Design, and Group
✔ Automatic breaks and totalizations
🔍 MS4Script Code Example
REPORTFORM:DESIGN
Group Order by : mytable.varN
..
Totalise
$total01 as mytable.age
$total02 as formula("(%i*1)",mytable.age )
End_Totalise
Report_Header
Print : "<h1> Report : Person by.. </h1>",date, time ;
..
END_Report_Header
Group_Header : 01 ** level : 01 ,02,03 ..
instructions...
END_Group_Header
Detail
Print TD : " ** **##Person : ** ", mytable.firstName ," ** age : ** ",$total01;
TotalPerson++;
END_detail
Group_Break : 01 ** level : 01 ,02,03 ..
instructions+Sum..
END_Group_Break
ReportTotal
instructions+Sum..
End_ReportTotal
⚡ MS4BI Philosophy: power + simplicity + speed.
MS4BI is built on a No Code / Low Code productivity-first approach.
With MS4Script, you can build dashboards, charts, queries, menus, or business apps in just a few lines —
without dealing with web and server technicalities.
Whether you are a developer or a business user, you have the power to create.