# Retrieving filtered values jsgrid from a template node

**URL:** https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480
**Category:** General
**Created:** [27 September 2018 07:25 UTC](https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480 "2018-09-27T07:25:47Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![nico](https://avatars.discourse-cdn.com/v4/letter/n/b5a626/32.png) [@nico](https://discourse.nodered.org/u/nico)
#### Post date: [27 September 2018 07:25 UTC](https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480/1 "2018-09-27T07:25:47Z")

</div>

hello, I work on a CRUD, i use js-grid, and mongodb for data base,here is my flow, all works properly, inserting, updating, deleting, and filtering. My question is whether I can retrieve the results of a filtering, for example to perform statistical calculations, to transmit these values ​​to the following node.  
In what form should these data be, global variable etc ...  
thank you for your help  
Nicolas  
[myflow.txt](https://discourse.nodered.org/uploads/short-url/3xJUjNDSE2OiUoXXltdXx5U93QE.txt) (13.7 KB)

---

<div class="post-metadata">

### Author: ![nico](https://avatars.discourse-cdn.com/v4/letter/n/b5a626/32.png) [@nico](https://discourse.nodered.org/u/nico)
#### Post date: [29 September 2018 13:01 UTC](https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480/2 "2018-09-29T13:01:13Z")

</div>

i can close , i find a way by myself.  
see you  
Nico

---

<div class="post-metadata">

### Author: ![hebergeweb](https://sea2.discourse-cdn.com/flex026/user_avatar/discourse.nodered.org/hebergeweb/32/6394_2.png) [@hebergeweb](https://discourse.nodered.org/u/hebergeweb)
#### Post date: [1 March 2019 11:26 UTC](https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480/3 "2019-03-01T11:26:58Z")

</div>

Hi nico,  
can you create the solution?

---

<div class="post-metadata">

### Author: ![nico](https://avatars.discourse-cdn.com/v4/letter/n/b5a626/32.png) [@nico](https://discourse.nodered.org/u/nico)
#### Post date: [1 March 2019 12:21 UTC](https://discourse.nodered.org/t/retrieving-filtered-values-jsgrid-from-a-template-node/3480/4 "2019-03-01T12:21:16Z")

</div>

hi webheberge,

for extract data fron jsgrid, i must generate a csv file, it's enough for my need, if you want i can send you the code to do that.

Nico
