RuWindustries
RuWindustries
  • 82
  • 671 106
Node Red: How to Plot Database Data in a Dashboard Line Chart
In today's tutorial, we will show you how to chart Database Data in a Dashboard Line Chart.
Example Code:
github.com/Node-Red-Tutorials/YT-Examples/tree/main/04_Dashboard/02_Outputs
Discord:
discord.gg/BBxXAthtPq
00:00 Introduction
00:15 Discord Server
00:34 Step 1 - Installation
01:09 Step 2 - Database
01:38 Step 3 - Dashboard Layout
02:00 Step 4 - Load Data
04:34 Step 5 - Configure Chart
06:37 Step 6 - Convert from DB to Chart
11:17 Outro
มุมมอง: 2 602

วีดีโอ

Node Red: How to Import Database Data from a CSV File
มุมมอง 2.5K8 หลายเดือนก่อน
In today's tutorial, we're diving deep into how to import database data from a CSV file using Node Red. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/08_SQL Discord: discord.gg/BBxXAthtPq 0:00 Introduction 00:37 Step 1 - Installation 01:14 Step 2 - Import Flows 03:15 Step 3 - Upload Node 04:42 Step 4 - Check File Type 08:15 Step 5 - Preprocessing 09:41 Step 6 - CSV Node 11:3...
Node Red: How to Export Database Data to CSV
มุมมอง 4.4K9 หลายเดือนก่อน
In today's tutorial, we're diving deep into how to export database data to a CSV file using Node Red. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/08_SQL Discord: discord.gg/BBxXAthtPq 0:00 Introduction 0:21 Step 1 - Import Dashboard 2:49 Step 2 - Button 4:15 Step 3 - CSV 5:02 Step 4 - File Path 5:52 Step 5 - Store File 8:17 Step 6 - Export File 12:37 Outro
Node Red Dashboard Toolbar Button
มุมมอง 2.9K10 หลายเดือนก่อน
This video teaches how to add a Button to the Node Red Dashboard Toolbar using the Template Node. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/04_Dashboard/03_Other Discord: discord.gg/BBxXAthtPq 0:00 Toolbar - Introduction 0:31 Step 1 - Website Inspection 1:23 Step 2 - Implementation 6:12 Step 3 - Send Payload 9:11 Step 4 - Debugging 10:23 Outro
Node Red CRUD Application
มุมมอง 5Kปีที่แล้ว
This video teaches how to create a simple CRUD application in Node-Red. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/08_SQL Check out our Instagram account: node_red_tutorials Discord: discord.gg/BBxXAthtPq 0:00 CRUD - Introduction 0:15 CRUD - Overview 0:42 Step 1 - Installation 1:45 Step 2 - Database 2:54 Step 3 - Create 9:26 Step 4 - Read 12:25 Step 5 - Upd...
Connect Node-Red to SQL Database
มุมมอง 20Kปีที่แล้ว
This video teaches how to connect Node-Red to a simple MYSQL Database. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/08_SQL Discord: discord.gg/BBxXAthtPq 0:00 Introduction 0:15 Preview 0:30 Installation 1:04 Connection 2:02 SELECT 3:25 INSERT INTO 5:40 DELETE FROM 6:47 Outro
Create a Heatmap in Minutes using Node-Red
มุมมอง 3.4Kปีที่แล้ว
In this video, we learn how to create a simple Dashboard Heatmap using the Heatmap node. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/04_Dashboard/03_Other Discord: discord.gg/BBxXAthtPq 0:00 Introduction 0:11 Overview 0:32 Installation 0:55 Basic Example 6:21 Dynamic Data 11:51 Outro
How To Easily Edit PDFs In Seconds Using Node-Red
มุมมอง 2.4Kปีที่แล้ว
In this video, we learn how to import external libraries to extend the capabilities of our node-red. In this specific video, we use the library pdf-lib to add information to a pdf document. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/07_External_Libraries Discord: discord.gg/BBxXAthtPq 0:00 Introduction 1:06 Installation 2:33 Overview 3:47 Using pdf-lib 7:32 Add Text 14:09...
Raspberry Pi GPIO Output \\\\ Node-Red Tutorial
มุมมอง 3.3Kปีที่แล้ว
This video will teach you how to control a LED using your Raspberry Pi's GPIO Pins. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/06_RPI Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial 0:00 Introduction 0:28 GPIO Out Node 2:51 Dashboard 4:00 Outro
Node Red Dashboard Image Upload and save to file or database
มุมมอง 10Kปีที่แล้ว
In this video, we learn how we can upload an image using the Dashboard and save it in a simple Text file for later use. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/04_Dashboard/03_Other Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial 0:00 Introduction 0:51 Upload Image 2:01 Join Node 3:14 Store Da...
Raspberry Pi GPIO Input \\\\ Node-Red Tutorial
มุมมอง 7Kปีที่แล้ว
This video will teach you how to read digital signals from your Raspberry Pi's GPIO Inputs. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/06_RPI Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial 0:00 Introduction 0:10 Overview 0:35 GPIO Input 2:27 Dashboard Indicator 5:43 Outro
Adjust the Gauge Settings on Runtime \\\\ Node-Red Tutorial
มุมมอง 6Kปีที่แล้ว
In this video, we learn how to adjust the ui-gauge settings dynamically. Documentation: github.com/node-red/node-red-dashboard/blob/master/config-fields.md Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/04_Dashboard/02_Outputs Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial 0:00 Introduction 0:08 Ove...
Raspberry Pi SenseHat Output \\\\ Node-Red Tutorial
มุมมอง 967ปีที่แล้ว
After learning about the Sense Hat inputs in the last Raspberry Pi video, we will take a look at the outputs in this video. Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/06_RPI Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial 0:00 Introduction 0:10 Preview 0:46 Getting Started 1:08 Single Pixel 2:05 ...
Currency Exchange API \\\\ Node-Red Tutorial
มุมมอง 1.3Kปีที่แล้ว
In this video, we learn how to get data from an API using the HTTP request node. For this example we use the currency-api. Public API's github.com/public-apis/public-apis#currency-exchange Example Code: github.com/Node-Red-Tutorials/YT-Examples/tree/main/05_Communication Check out our Instagram account: node_red_tutorials Support our Channel: www.buymeacoffee.com/NodeRedTutorial ...
Raspberry Pi SenseHat Input Node \\\\ Node-Red Tutorial
มุมมอง 2Kปีที่แล้ว
Raspberry Pi SenseHat Input Node \\\\ Node-Red Tutorial
How to adjust the settings of your ui-slider dynamically
มุมมอง 4.2Kปีที่แล้ว
How to adjust the settings of your ui-slider dynamically
How to Monitor the cpu of your Raspberry Pi
มุมมอง 3Kปีที่แล้ว
How to Monitor the cpu of your Raspberry Pi
Build a simple Node-Red Weather Dashboard using OpenWeatherMap
มุมมอง 11Kปีที่แล้ว
Build a simple Node-Red Weather Dashboard using OpenWeatherMap
How to use Context Data
มุมมอง 2.9Kปีที่แล้ว
How to use Context Data
Catch Function Errors in Node-Red
มุมมอง 7Kปีที่แล้ว
Catch Function Errors in Node-Red
Learn how to Use Node Red Function Methods: A Step-by-Step Guide
มุมมอง 8Kปีที่แล้ว
Learn how to Use Node Red Function Methods: A Step-by-Step Guide
Handle Your Node-Red TCP Errors with this Simple Step
มุมมอง 1.8Kปีที่แล้ว
Handle Your Node-Red TCP Errors with this Simple Step
Learn How to Create TCP Client and Server using Node Red
มุมมอง 13Kปีที่แล้ว
Learn How to Create TCP Client and Server using Node Red
How to style a custom Node Red Dashboard
มุมมอง 42Kปีที่แล้ว
How to style a custom Node Red Dashboard
Don't know how to add a Filter to the Node-Red ui-table? WATCH THIS
มุมมอง 6Kปีที่แล้ว
Don't know how to add a Filter to the Node-Red ui-table? WATCH THIS
How to use ui-table commands in Node-Red
มุมมอง 12Kปีที่แล้ว
How to use ui-table commands in Node-Red
Node-Red: Dashboard UI Table Formats
มุมมอง 6Kปีที่แล้ว
Node-Red: Dashboard UI Table Formats
Node-Red: Dashboard UI Table HTML and Link Format
มุมมอง 6Kปีที่แล้ว
Node-Red: Dashboard UI Table HTML and Link Format
Node-Red: Dashboard Simple UI Table
มุมมอง 10Kปีที่แล้ว
Node-Red: Dashboard Simple UI Table
Node-Red: Dashboard UI Control Tabs
มุมมอง 14Kปีที่แล้ว
Node-Red: Dashboard UI Control Tabs

ความคิดเห็น

  • @wihartaIDBM
    @wihartaIDBM 16 วันที่ผ่านมา

    hi sir, how to download some data using pickdate?

    • @ruwindustries
      @ruwindustries 16 วันที่ผ่านมา

      You have to adjust the SQL query to take the date picker into account when selecting data.

  • @a14266
    @a14266 20 วันที่ผ่านมา

    thanks for the nice tutorial, For the Delete function , how to make it pop a Confirmation action after user press delete ?

    • @ruwindustries
      @ruwindustries 19 วันที่ผ่านมา

      You can use a dashboard notification with user input and only execute the query when the user pressers yes or something

  • @wozza2942
    @wozza2942 25 วันที่ผ่านมา

    Good video, but please kill the horrible music. It's unnecessary and distracting.

  • @topfundus1093
    @topfundus1093 หลายเดือนก่อน

    danke, leider furchtbare Musik

  • @springham3884
    @springham3884 หลายเดือนก่อน

    Brother, you have an excellent video, thanks for the content you upload. One question, how could I change the color of the animation, of the circle and the background of this with the Level type? Putting a name in the properties didn't work for me, so I changed the letters to the general class that each gauge has.

  • @m.rgh.i9199
    @m.rgh.i9199 หลายเดือนก่อน

    what is the password? 1:51

    • @ruwindustries
      @ruwindustries หลายเดือนก่อน

      The password you set when creating the database.

  • @upendrachaudhari4635
    @upendrachaudhari4635 หลายเดือนก่อน

    the best mysql database tutorial 👍

    • @ruwindustries
      @ruwindustries หลายเดือนก่อน

      Thank you 🙂

  • @upendrachaudhari4635
    @upendrachaudhari4635 หลายเดือนก่อน

    thank you, so clear and precise video :)

  • @jeffrowe6004
    @jeffrowe6004 หลายเดือนก่อน

    how do you set the format to MM/DD/YYYY instead of that crazy day first format?

  • @JorgeDiaz-ej3bn
    @JorgeDiaz-ej3bn หลายเดือนก่อน

    Te amo, gracias

  • @sebastianbresch4218
    @sebastianbresch4218 2 หลายเดือนก่อน

    Thank you for your videos. They have been very helpful so far. Is it possible to only receive the value of the cell the user clicked on?

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      Hi, thank you for watching them - I really appreciate it. There is probably a solution when using tabulator callbacks. Specifically, the cellClick Callback found here: tabulator.info/examples/4.4 However, I have never used those for my tables, so I don't know how to use them.

  • @ramayuda6578
    @ramayuda6578 2 หลายเดือนก่อน

    Hello, i am newbie in node-red, how to change color button if i clicked it?

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      You can set the Background Property of the Button to {{msg.color}} and then inject "green" in msg.color after you clicked the button. The string has to be a html color name. htmlcolorcodes.com/color-names/. If you need more help, please join the discord sever. There I can also send you some example code.

  • @mariezdesire6045
    @mariezdesire6045 2 หลายเดือนก่อน

    Se volessi leggere lo stato dei contatti delle finestre direttamente dai gpio che accorgimenti dovrei prendere per evitare di danneggiarli? Come comune vorrei usare il pin 1 3.3v, sono 5 contatti no

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      You should probably search for Tutorials or Explanations on the internet about using GPIO Pins, as this is not my expertise. There should be enough content about that. Otherwise, you may find someone on the community discord server that can help you out.

  • @ralphswinhoe1354
    @ralphswinhoe1354 2 หลายเดือนก่อน

    Hi, I want to only show text on the dashboard after an input is executed. Ive joined it after my input is (high), but it just remains on the dashboard regardless of the inputs state.

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      Do you want to show an empty text or remove the entire text field? If you want to show no text just inject an empty string „“.

  • @thorstenfricke3257
    @thorstenfricke3257 2 หลายเดือนก่อน

    Hi Sir how can i make this button in the dashboard? the buttons are not buttons they are switches! The button shall go back to zero

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      In my experience, the normal Dashboard Button works like a button and not like a switch.

    • @thorstenfricke3257
      @thorstenfricke3257 2 หลายเดือนก่อน

      @@ruwindustries i managed it! thank u

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      You‘re Welcome

  • @KarlAlfredRoemer
    @KarlAlfredRoemer 3 หลายเดือนก่อน

    Thank you for that video: One Question: How can I set a default value für a slider?

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      As far as I know, you can only set a value by sending it in the msg.payload.

  • @durgakarwa9102
    @durgakarwa9102 3 หลายเดือนก่อน

    The videos are very useful, but could they be uploaded with explanations included.

    • @ruwindustries
      @ruwindustries 2 หลายเดือนก่อน

      Probably not - if you have questions, please join the discord server.

  • @supreethathreyas4577
    @supreethathreyas4577 4 หลายเดือนก่อน

    Man u are suuuuuuuppppper

    • @ruwindustries
      @ruwindustries 4 หลายเดือนก่อน

      Thank you - I appreciate it

  • @roiglord_622
    @roiglord_622 4 หลายเดือนก่อน

    thats a bullshit tutorial. don't do it if yyou don't enjoy it

  • @d2c230681gmailcom
    @d2c230681gmailcom 4 หลายเดือนก่อน

    Hi, can you explain how to use multiple filters? The tabulator documentation use a array of obj but in node red this not work

    • @ruwindustries
      @ruwindustries 4 หลายเดือนก่อน

      Hi, I don't know how that works, unfortunately. However, I would personally rather use a database to do the filtering instead of the table.

  • @슬로우라이프-n7t
    @슬로우라이프-n7t 4 หลายเดือนก่อน

    In the Arduino web server, I want to control LED with API address: port/led on, API address: port/led off, LED control using NodeRed. The node I tried is in IP:port format, so I don't know how to deliver the following.

    • @ruwindustries
      @ruwindustries 4 หลายเดือนก่อน

      To use the API you probably have to use the http request node.

    • @슬로우라이프-n7t
      @슬로우라이프-n7t 4 หลายเดือนก่อน

      @@ruwindustries 팔렛트에서 다운받을수 있나요? 방법을 알려주실수있나요?

    • @ruwindustries
      @ruwindustries 4 หลายเดือนก่อน

      The HTTP request is a standard node coming with node-red itself.

  • @mohammedrezk8072
    @mohammedrezk8072 4 หลายเดือนก่อน

    Good example , yeah for V2 DB.

  • @HelloHelloXD
    @HelloHelloXD 4 หลายเดือนก่อน

    Finally a new video... Yes for dashboard v2

  • @MOBILITECHN
    @MOBILITECHN 4 หลายเดือนก่อน

    Hi, I have ths error "Cannot GET /data/static/files/sensor_values.csv" I don't understand msg.path which does not point to the .nodered folder. An Advice ? Thanks,

    • @ruwindustries
      @ruwindustries 4 หลายเดือนก่อน

      The Path /data only works if you use node-red from a docker container. If you run Node Red locally, the part before /static is different. I just use msg.path, so I can specify the path from a function.

    • @Dalfaro21
      @Dalfaro21 หลายเดือนก่อน

      @@ruwindustries and what should I change to make it work on my local Node Red?

  • @ahmadkazemi9809
    @ahmadkazemi9809 5 หลายเดือนก่อน

    Hello, why the Date Type input does not work correctly? the date is not match to the local time zone

  • @ABJRemote
    @ABJRemote 5 หลายเดือนก่อน

    hello do you know why i got an error even though i adjusted it to your code?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      What's the error you are getting?

  • @ABJRemote
    @ABJRemote 5 หลายเดือนก่อน

    hallo @RuWindustries do you know how to get the value from the mqtt to the gauge even though it passes through the button?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      You can set the value to a different msg property such as msg.mqttValue using a change. If the button doesn’t know the property it will send it through.

  • @upper_deck
    @upper_deck 5 หลายเดือนก่อน

    Why is it necessary to play music in the background?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      It is not necessary - I just like the feel of it, especially for parts without voice over

  • @LaurentTercinet
    @LaurentTercinet 5 หลายเดือนก่อน

    VERRRRY interesting. thanks a lot

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      You're welcome

  • @tarifadib
    @tarifadib 5 หลายเดือนก่อน

    what's the keyboard shortcut to add nodes in the flow like you are doing, just typing it instead of drag and dropping?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      I use the Quick-Add dialog. nodered.org/docs/user-guide/editor/workspace/nodes#quick-add-dialog

  • @johnhunter4181
    @johnhunter4181 5 หลายเดือนก่อน

    Is there any way to style the chart lines - make them thinner - just one pixel?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      I don't know if that's possible. There is no hint in the docs (github.com/node-red/node-red-dashboard/blob/master/Charts.md). Maybe you can achieve it with custom CSS

  • @MariaGarcia-ey3fg
    @MariaGarcia-ey3fg 5 หลายเดือนก่อน

    This was very helpful! Thank you!! If you know how to make the tabs be across the top instead of on the side I would love to learn that too

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      I don't know if that's possible - maybe you can achieve it with custom HTML & CSS

  • @milesg7979
    @milesg7979 6 หลายเดือนก่อน

    great video. i still got some trouble because im trying to get flow variables into the database. could u help me on that?

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      check out this video: th-cam.com/video/od8Agg9x6sw/w-d-xo.html

  • @pasb_sz2
    @pasb_sz2 6 หลายเดือนก่อน

    Good tutorial. But so far there's only 1 problem on my side. In my csv contain string like value (like device name), while my MySQL database column was created with varchar (255) type. But every time when I tried to insert, in the debug will give error: "Error: Unknown column 'DDC_1' in 'field list'". *DDC_1 here is for the device name column in MySQL. Is there any way to upload string/varchar value via CSV? Thank you for attention.

    • @ruwindustries
      @ruwindustries 5 หลายเดือนก่อน

      Seems like your insert command is wrong as DDC_1 should be the value and not the column name

  • @jozimarhenriques6848
    @jozimarhenriques6848 6 หลายเดือนก่อน

    I discovered that if I comment (or remove) the color object in the JSON, the rendering is smooth, without total reloading (perceptible)

    • @ruwindustries
      @ruwindustries 6 หลายเดือนก่อน

      I honestly never tried that

  • @jozimarhenriques6848
    @jozimarhenriques6848 6 หลายเดือนก่อน

    Great content, the problem with this approach is that with each message sent, the layout is reloaded, generating a loop in the indicator. Ideally, it would update without reloading all the content.

    • @jozimarhenriques6848
      @jozimarhenriques6848 6 หลายเดือนก่อน

      To better understand what I said, just add an inject with repetition every 1 second and observe the dashboard.

  • @MarcioTorres
    @MarcioTorres 6 หลายเดือนก่อน

    Congratulations, the best content on TH-cam about Node-red!

    • @ruwindustries
      @ruwindustries 6 หลายเดือนก่อน

      Thank you very much for your nice words - I appreciate it

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 6 หลายเดือนก่อน

    Weirdly enough, there isn't a path called "\data\static\files" for me. I am using node-red on a raspberry pi and I am unsure if that's the problem...

    • @ruwindustries
      @ruwindustries 6 หลายเดือนก่อน

      You need to create the folders yourself.

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 6 หลายเดือนก่อน

    Isn't the max_temperature in this case just the temperature? It seems to me like they are always the identical value to eachother.

    • @ruwindustries
      @ruwindustries 6 หลายเดือนก่อน

      It is in this case but that does not have to be true in all occasions. flows.nodered.org/node/node-red-contrib-cpu

  • @MohammedDem
    @MohammedDem 6 หลายเดือนก่อน

    do you have tutorial about Nodes Templating ? exa templating ....

  • @vasilealexandrudulgheriu
    @vasilealexandrudulgheriu 7 หลายเดือนก่อน

    Hi, how can i do a double filter? Checking values on two columns using your code as a base?

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 7 หลายเดือนก่อน

    I think "range" has gotten an update in "modus". It has now 4 options.

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 7 หลายเดือนก่อน

    Thank you very much for the Tutorials, they are really helpful to get started! In the dashboard Videos I only have some problems following the the typing you do before you close down a window, when you wrote some JSON code, cause it happens to fast. But other than that I am pretty happy, I think. <3

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 7 หลายเดือนก่อน

    Thank you for the good videos. How can you display errors like at 5:09. Is that an extra thing I got to download or is it just a default setting of Node-RED?

    • @ruwindustries
      @ruwindustries 7 หลายเดือนก่อน

      This is a default setting as far as I'm concerned.

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 7 หลายเดือนก่อน

    The TTS options seem to be lacking on a raspberry pie that I am using with the newest version of node-red and dashboard package.

  • @TycoelectronicsB0E
    @TycoelectronicsB0E 7 หลายเดือนก่อน

    I am trying to use the "audio out"-node on version "3.1.7" of Node-Red on my raspberry pie, but it seems like there aren't any TTS Voice options by default.

  • @fabriciors7125
    @fabriciors7125 7 หลายเดือนก่อน

    Hello, thanks for sharing knowledge. Could you please give some clarification in how to get data from MQTT Multiple Sensor from an array of data? The goal it to identify sensor id and get the temperature data and connect it with a gauge. (itg200 : msg.payload : array[13] array[13] [0 … 9] [10 … 12] Array 0 - BN = Sensor ID 0: object bn: "4B4E495421590242" bt: 1711464266 Array 10 - V= temperature data 10: object n: "A" u: "Cel" v: 27.850000000000023

  • @bypegasus8841
    @bypegasus8841 7 หลายเดือนก่อน

    Thanks learnt a lot of

  • @quoit99training83
    @quoit99training83 7 หลายเดือนก่อน

    What about connecting to Microsoft SQL or MSSQL? I tried MSSQL plus node but keep getting error

  • @pratikgurung7153
    @pratikgurung7153 8 หลายเดือนก่อน

    hello, could you make a video how to dynamically pick a color for my bar chart? ie: if the value of my bar chart is less than 10, it will be green, above 10 it will be red. thank you in advance