Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Please help me to start with ARI Data Table
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Please help me to start with ARI Data Table
*
#29559
Please help me to start with ARI Data Table 11 Years, 10 Months ago Karma: 0
Dear Sir,
I have no knowledge about SQL query.
Please help me to start with ARI Data Table
I would like to create table and line graph for data as the attached file.
Please give me some advice to setting your module.
Best Regards,
Jutarut C.
File Attachment:
File Name: weather_db1.zip
File Size: 142985
Last Edit: 2012/07/03 21:06 By jutarut.Reason: add the attached file.
The administrator has disabled public write access.
 
#29562
Re:Please help me to start with ARI Data Table 11 Years, 10 Months ago Karma: 748
Hello,

What data do you want to show in a table and in a graph? Could you provide an image where we can see table and graph?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#29726
Re:Please help me to start with ARI Data Table 11 Years, 10 Months ago Karma: 0
Dear sir,
Sorry for late reply.
I would like to show data in table and chart as showing the attached pictures.
Thank you very much for your support.
Best Regards,
jutarut C.
File Attachment:
File Name: picture-12deba413ecf0458e027d3e6085a23f7.zip
File Size: 197060
Last Edit: 2012/07/10 05:08 By jutarut.Reason: add the attached file.
The administrator has disabled public write access.
 
#29728
Re:Please help me to start with ARI Data Table 11 Years, 10 Months ago Karma: 748
Create two "ARI Data Table" module instances.

Configure the first instance in the next way:

jQuery UI Theme = lefrog

Choose table type = ARI Data Table

Choose source type = SQL

Choose source type -> SQL -> SQL query =

Code:


SELECT
 datetime AS `Date-Time`,
 temp AS `Temperature`,
 rain AS `Rain`,
 direct AS `Wind Direction`,
 speed AS `Wind Speed`,
 humi AS `Humidity`,
 batt AS `Battery`
FROM
 mote_data1
ORDER BY
 datetime DESC




The second instance configure in the following way:

Choose table type = ARI GChart

Choose table type -> ARI GChart -> Type = Line Chart

Choose source type = SQL

Choose source type -> SQL -> SQL query =

Code:


SELECT
 datetime AS `Date-Time`,
 temp AS `Temperature`,
 rain AS `Rain`,
 speed AS `Wind Speed`,
 humi AS `Humidity`
FROM
 mote_data1
ORDER BY
 datetime DESC



Choose source type -> SQL -> Revert data = Yes

Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1