Forum Home › Forums › Understanding the Software › Table View transposition & max present tavle values
Tagged: table view
- This topic has 10 replies, 2 voices, and was last updated 4 years, 8 months ago by
Artos9.
-
AuthorPosts
-
January 12, 2021 at 12:13 am #7974
Artos9
ParticipantHello,
I would like to ask about transposed view of Table.
Is possible to present table as vertical view?
——————————
| ITEM | Channel 1 | Channel 2 |
——————————
Current| 100 | 200 |
00:00 | 300 | 400 |etc.
In table view period presented data is only two days.
Is possible to extend time range in table?Thank you.
January 12, 2021 at 2:21 pm #7988Mikhail
ModeratorHello,
There is a lifehack to use Elastic Report, which can generate HTML, to show data as you need. Then use WebPageView to show the report in the explorer tree. I can provide more details if needed.
January 12, 2021 at 2:22 pm #7989Mikhail
ModeratorBut Elastic Report doesn’t display current values. So you can combine it with Dashboard.
January 14, 2021 at 9:42 pm #8027Artos9
ParticipantThen use WebPageView to show the report in the explorer tree. I can provide more details if needed.
If you could it will be very helpful.
Thank you.
January 15, 2021 at 1:10 pm #8032Mikhail
ModeratorFirst, you should install Elastic Report, configure it according the manual and be able to generate a report. Then I will tell how to embed a report in a web page.
Please post a link to a report screenshot when it is ready. It’s needed to clearly explain further steps.January 18, 2021 at 11:27 pm #8074Artos9
ParticipantThank you.
Elastic Report plugin works correctly.In link you can find modified report table.
https://imgur.com/xVLRs5IIs possible to think about more complicated Table plugin in future with custom views (transposition, hour, minute table header, wider date selection)?
January 19, 2021 at 1:10 pm #8086Mikhail
ModeratorIf you want to add a node in the explorer tree that open the report on a web page:
1. Add a new record in the Interface table.
2. Set
Path to URL of your report
View Type = WebPageView
Title = HelloWorld\My Report (for example)Is possible to think about more complicated Table plugin in future with custom views (transposition, hour, minute table header, wider date selection)?
In Rapid SCADA 6 we will change the approach of working with historical data. This will cause changes in Elastic Report.
January 21, 2021 at 9:37 am #8121Artos9
ParticipantHi,
Thanks you for description.Unfortunately page return Error HTTP 404.7.
ElasticRepExample.xml:1 Failed to load resource: the server responded with a status of 404 (Not Found)Interface settings.
https://imgur.com/S2RQRG9January 21, 2021 at 2:05 pm #8127Mikhail
ModeratorHi,
The link should be similar to
http://localhost/scada/plugins/ElasticReport/ElasticRepHtmlOut.aspx?reportID=101January 21, 2021 at 2:06 pm #8128Mikhail
ModeratorYou need 2 records in the Interface table: one for the report and the 2nd for the link.
January 26, 2021 at 10:19 pm #8177Artos9
ParticipantHello,
Thank you. It works!
I use additionally argument &period=-30 to show last 30 days report. -
AuthorPosts
- You must be logged in to reply to this topic.