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?

Order No. 9689 -- RsFormsPro
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Order No. 9689 -- RsFormsPro
#30694
Order No. 9689 -- RsFormsPro 11 Years, 10 Months ago Karma: 0
Hi

I need help to show on my site table in the way you can see here

I need to extract all fields values from a table and showing them in the way you can see

I'm having difficulty with the correct syntax for the SELECT
File Attachment:
File Name: dump.zip
File Size: 8957



Thank you
Last Edit: 2012/08/19 10:09 By pavit66.
The administrator has disabled public write access.
 
#30696
Re:Order No. 9689 -- RsFormsPro 11 Years, 10 Months ago Karma: 748
Set "SQL -> SQL query" parameter to the next value:

Code:


SELECT 
  FieldName,
  FieldValue,
  SubmissionId
FROM 
  `#__rsform_submission_values`
WHERE
   FormId = 14



Set "SQL -> Graph transformation -> Enable" to "Yes", "SQL -> Graph transformation -> X axis column" to FieldName value, "SQL -> Graph transformation -> Y axis column" to SubmissionId value and "SQL -> Graph transformation -> Value column" to FieldValue value.

Regards,
ARI Soft
Last Edit: 2012/08/19 10:27 By admin.
The administrator has disabled public write access.
 
#30699
Re:Order No. 9689 -- RsFormsPro 11 Years, 10 Months ago Karma: 0
Thanks for the reply but it's not working

here the screenshot of my settings

awesomescreenshot.com/061dkdjb9

and this is the result on my page

awesomescreenshot.com/008dkdt1c
Last Edit: 2012/08/19 10:53 By pavit66.
The administrator has disabled public write access.
 
#30700
Re:Order No. 9689 -- RsFormsPro 11 Years, 10 Months ago Karma: 748
See values of "X axis column" and "Y axis column" fields below:



Regards,
ARI Soft
The administrator has disabled public write access.
 
#30701
Re:Order No. 9689 -- RsFormsPro 11 Years, 10 Months ago Karma: 0
Thank you it's working now

Great module and great customer service

fast and accurate

Thank you again
The administrator has disabled public write access.
 
Go to topPage: 1