Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Rw ui steps macro
Rw step

Go to Data Search and open the required table.

Rw step

Perform the required operations to get the data you want to use in the chart.

Rw step

Click the gear icon on the toolbar and select Charts → Diagrams → Punch Card.

Rw step

Click and drag the column headers to the corresponding fields. This chart requires you to select three fields:

Required field

Data type

Partitioning

Any type but json

Value

float, integer, duration

Grouping colors (optional)

Any type but json

Rw step

The punch card is displayed.

Image RemovedImage Added

Working with punch cards

...

You can recreate the example shown in the picture above with the data from the following query and mapping the fields as follows:

Query

Required field

Column added

Code Block
from demo.ecommerce.data
  group every 5m by statusCode, bytesTransferred
  every 5m

...

Column added

Required field

Partitioning

srcHost

Value

responseTime

Grouping Colors

method

...