Select point by ID

Hello everyone,

How can I select a point in Paraview knowing its ID and export a CSV file containing the time histories of the variables associated with it?

Edit → FindData should do the trick :slight_smile:

Also, after EditFind Data... Screenshot 2025-09-11 at 7.36.36 AM you can run the Plot Selection Over Time filter. Screenshot 2025-09-11 at 7.38.42 AM That will generate a plot over time. From that you can FileSave Data... Screenshot 2025-09-11 at 7.40.06 AM and write out the time series as a csv file.