Search code examples
node-red

Cannot visualize my data using Switch node


I am trying to visualize historical data in Node Red. For that purpose i am using switch node to fliter years but I cannot see my filtered data in the dashboard. Just displaying only the Gauge chart without data. Can anyone help me to get recovered from this issu??


Solution

  • you have to put debug point to check error

    enter image description here

    then check what is your data

    enter image description here

    then you have to pass correct json object key Value

    enter image description here