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?

Need assistance with ARI Data Visualizer (Bar)
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Need assistance with ARI Data Visualizer (Bar)
#30183
Need assistance with ARI Data Visualizer (Bar) 11 Years, 9 Months ago Karma: 0
Hello,
I have a joomla mysql table called jos_loads. The data in this table is below:
ID FarmNumber LoadStatus
1 12345 Load Waiting
2 54321 Load Grading
3 12345 Completed
4 54321 Load Grading
5 54321 Load Grading
6 12345 Completed
7 54321 Load Waiting

I would like to display this data like the example ARI Data Visualizer Bar Graph on the Demo Page of your website. I would like Farm Number to be where food, auto, etc is, and the Load Status to be the colored bars in the color key.

SQL being used in my ARI Module:
select
FarmNumber, LoadStatus, count(LoadStatus) as StatusCount
from jos_loads
group by FarmNumber,LoadStatus
order by Farmnumber,LoadStatus

Graph Transformation:
X: FarmNumber
Y: LoadStatus
Value: StatusCount

Direction to parse the data: X axis

Results of the above SQL statement when run against the DB manually:
FarmNumber LoadStatus StatusCount
12345 Completed 2
12345 Load Waiting 1
54321 Load Grading 3
54321 Load Waiting 1


The graph loads on my page, but I can't tell if its correct because its so large and contains individual scroll bars. I have attached a screen shot. Do you think this is just a styling issue? If so, can you please assist me with making it smaller like the one on the demo page? If its not a styling issue, but rather a coding/sql issue, can you please help me correct the sql?

Thanks in advance,
Jason
Last Edit: 2012/07/31 00:41 By jasondmcgee.Reason: pic was too large, shrunk to 800px
The administrator has disabled public write access.
 
#30186
Re:Need assistance with ARI Data Visualizer (Bar) 11 Years, 9 Months ago Karma: 748
Hello,

Could you provide a link to a page where we can see the problem? It can be a problem with site template styles.

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