12-10-2025 01:07 AM
I have a JSON dataset that I parse into clusters and display in a table. I am using LabVIEW 2023 Q3.
Now I want to add:
Date-range filtering (example: show only data from 11/12/2025 to 11/13/2025)
Pagination (e.g., 20 rows per page)
My DATE field in JSON is a string like "20251112".
What is the recommended way to convert this into a timestamp, filter rows by date, and then display only the selected page using Array Subset or another method?
VI attached.
Thanks!
12-10-2025 01:13 AM
Hi hwkim,
@hwkim0418 wrote:
My DATE field in JSON is a string like
"20251112".
What is the recommended way to convert this into a timestamp, filter rows by date, and then display only the selected page using Array Subset or another method?