How to reset a value table?

Hello,
I have a value table on my dashboard and I only wanted to display one row. I use Python to send data to the value table context. If a new row of data comes in, it should only display the latest raw. Old data should be overridden or reset or completely hidden. But it keeps adding new data to the top rather than overriding the old data, so users can scroll down to see old data, which is not what I want. How do I do it? Value per page is already 1.


Thanks

Hello @FY,

I hope this message finds you well.

I was talking to our Front team and currently the real time does not take into account number of values per page, it just adds the received values in the top row.

Best regards,

Alejandro

1 Like

Hi Alejandro,

Thank you for the clarification. One more quick follow-up question is: does that mean the value table stores all of the data it gets forever? Or there’s some sort of limits?

FY

The data displayed depends on the date range selected in your dashboard or widget. If your data spans 6 months and the values table is set to show this range, you’ll be able to view all the data from that period.