VolkovLabs / business-table

The Business Table panel is a Grafana plugin that allows to summarize large amounts of data from various data sources.
https://docs.volkovlabs.io
Apache License 2.0
13 stars 1 forks source link

Not detecting Merged Dataset #153

Closed caldiver07 closed 1 week ago

caldiver07 commented 2 weeks ago

If you have multiple queries that are then merged via the merge transformation, business-table is only seeing the first query and not the merged queries.

vitPinchuk commented 1 week ago

@caldiver07 Thank you for you question

I've created two queries.

Display data in "Table view": First data: image

Second data: image

Apply transformation image

Bussiness table shows data as expected (full merged data)

image

I don' t see described issue. All queries display. Note: If you have a query. Then you have set Layout options. Then you added more queries and used merge. After that the data will not be displayed correctly.

image

This happens because the field IDs from the data change after the merge has occurred.

Before Merge: image

After merge: image

In this case, the layout must be modified with new fields.

Let me know if you find it helpful Thank you