- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Posted 02-24-2023 11:17 AM
(734 views)
Hello,
I saw one of these machine event graph and would like to know how to make one. There are different machines that are on the y-axis. Machines will also have different states such as production, standby, and downtime. They will be horizontally stacked by time which is the x-axis.
1 REPLY 1
- Mark as New
- Bookmark
- Subscribe
- Mute
- RSS Feed
- Permalink
- Report Inappropriate Content
Hi!
You can create something similiar by using a bar chart.
Create a calculated measure with value 1 and add to the bar chart as measure.
Add your time dimension to the bar chart as categoy.
group the bar chart (rows) on your machine (or what you use), as in yourexample grd_a and grd_b.
Create calculated measures for each of your statAcronym
Create a display rule for each of the measures.
Could look something like this:
BR
Fredrik