Forum Home › Forums › Understanding the Software › Elastic Report Flexibility
Tagged: ElasticReport
- This topic has 29 replies, 6 voices, and was last updated 1 year, 11 months ago by
Mikhail.
-
AuthorPosts
-
December 8, 2020 at 7:46 am #7687
dinop
ParticipantHello,
So far I made this. But I want to get a report based on shifts. Can you explain me how to set reading hour from 0:00 to 8:00, from 8:00 to 16:00 and from 16:00 to 0:00.
Example:
<Section>
<SectionOptions>
<ID>Section3</ID>
<SectionType>DataData</SectionType>
<Subheading>Consumption by sfifts</Subheading>
<SubheadingVisible>true</SubheadingVisible>
</SectionOptions>
<Table>
<ColumnGroup name=”Consumption”>
<Column name=”Radna” />
<Column name=”Jalova” />
<Column name=”Prividna” />
</ColumnGroup>
<RowGroup name=”Shifts” calcTotal=”true” calcAvg=”true”>
<Row name=”1.Shift (0:00-8:00)” rowStyle=”row-lg”>
<Cell cnlNum=”104″ calcType=”Val”/>
<Cell cnlNum=”105″ calcType=”Val”/>
<Cell cnlNum=”106″ calcType=”Val”/>
</Row>
<Row name=”2.Shift (8:00-16:00)” calcType=”Val” calcTotal=”true” calcAvg=”true” rowStyle=”row-lg”>
<Cell cnlNum=”107″ calcType=”Val” />
<Cell cnlNum=”108″ calcType=”Val” />
<Cell cnlNum=”109″ calcType=”Val” />
</Row>
<Row name=”3.Shift (16:00-0:00)” calcType=”Val” calcTotal=”true” calcAvg=”true” rowStyle=”row-lg”>
<Cell cnlNum=”110″ calcType=”Val” />
<Cell cnlNum=”111″ calcType=”Val” />
<Cell cnlNum=”112″ calcType=”Val” />
</Row>
</RowGroup>
</Table>
</Section>Picture:
https://ibb.co/2dTzBWVDecember 8, 2020 at 3:40 pm #7693Mikhail
ModeratorHello,
Now I understand what do you need to show in the report.
Elastic Report doesn’t directly cover this case.
May be you could print all values from 0:00 to 23:00, and then use Excel formulas (that can be inserted in the report) to calculate the required values.December 9, 2020 at 8:22 am #7697dinop
ParticipantHello,
Can you provide an example of how to do it?
December 9, 2020 at 1:43 pm #7700Mikhail
ModeratorHello,
The default report example contains Excel formulas that refer other cells:
<Field calcType="Formula" value="=R[-5]C-R[-5]C[1]" cellStyle="cell-tot" />
Alternatively, you could try to develop formulas that calculates the required values for the input channels. And then use the result in the report.
December 9, 2020 at 1:44 pm #7701Mikhail
ModeratorIf you need to realize Excel formulas syntax, you should enter a formula in Excel and save the workbook as XML Table 2003.
June 28, 2023 at 2:59 am #12882manyan2028
Participanthello Mikhail, I receive you reply about the ElasticReport, press the F12, I get the follow infomation.
Failed to load resource:the Server Responded with a status of 404(not found)。the file report-args.min.css , report-args.js connot found in my PC。June 28, 2023 at 1:18 pm #12891Mikhail
ModeratorHello,
Did you copy that files when installed the plugin?June 29, 2023 at 6:52 am #12910manyan2028
ParticipantHello, the ElasticReport File donnot contain the above Files. can you privide the new Link to me。thanks
June 29, 2023 at 2:39 pm #12912Mikhail
ModeratorYou should download the plugin for proper version of Rapid SCADA.
June 30, 2023 at 1:44 am #12916manyan2028
Participanthttps://rapidscada.org/download-all-files/download-elastic-report-plugin/
I downLoad the file from the Above link。But it doesnot contain the files:report-args.min.css , report-args.js.June 30, 2023 at 4:24 am #12918Mikhail
ModeratorRight, there are 2 links: the plugins for Rapid SCADA 5 and Rapid SCADA 6.
Which one do you use?June 30, 2023 at 4:26 am #12919Mikhail
ModeratorThat’s true, the reuired files are missing in the archive.
It will be fixed the next week. Please wait for an update.
Thank you for reporting the issue.June 30, 2023 at 5:19 am #12920manyan2028
ParticipantI want to use the RapidScada 6 ,thanks。
June 30, 2023 at 12:28 pm #12921Mikhail
ModeratorI will post the update in this topic.
July 4, 2023 at 3:07 pm #12952Mikhail
ModeratorElastic Report was fixed and uploaded to the website. To use it, you should upgrade Rapid SCADA to 6.1.3.
-
AuthorPosts
- You must be logged in to reply to this topic.