Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
Table1:
| ALT_TIME | MAR |
| 1:00 | ABC1234 |
| 2:15 | ABC1235 |
| 13:15 | ABC1236 |
| 14:45 | ABC1237 |
| 21:05 | ABC1238 |
Table2:
| ACT_TIME | MAR |
| 1:00 | ABC1234 |
| 2:15 | ABC1235 |
| 14:15 | ABC1236 |
| 14:45 | ABC1237 |
| 22:05 | ABC1238 |
Need to create a bar chart with 1 hour time interval as dimension , and count of MAR in table 1 and table 2 as a BAR or Line
You can use class function to do this. refer Class function
Can be done using Interval function as well
is this you are looking for
