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?

Charts are not displaying
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Charts are not displaying
#35094
Charts are not displaying 11 Years, 4 Months ago Karma: 0
Hi there,

I am trying since morning to make a simple pie chart based on the following SQL :

SELECT prj_pf_projects.title as qry_project, count( * ) as qry_tasks
FROM `prj_pf_tasks`, `prj_pf_projects`
where prj_pf_tasks.project_id = prj_pf_projects.id
GROUP BY prj_pf_projects.title
ORDER BY prj_pf_projects.title

The result of this query is as follows :

Project1 3
Project2 1

I need help ..!!!
The administrator has disabled public write access.
 
#35096
Re:Charts are not displaying 11 Years, 4 Months ago Karma: 748
Hello,

Could you send SQL dump of `prj_pf_tasks`, `prj_pf_projects` tables (you can send it with fake data) and an image where we can see what do you want to achieve by email?

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