Chart Visualization examples

the chart stuff is pretty in depth and is heavily dependant on the data you already have saved. If you gave us an example of the data you wanted to show and a description of the chart that you need we could produce something specific for you.

-Rob
 
My website is http://oficialesdebackus.com/

I need to work with fusion charts visualizations.

Table Evaluation with these fields:
- product1, product2, product3 (dropdown)
- price1 (field)
- price2 (field)
- yes, not (radio buttom)

Table Customers with these fields:
- city1, city2, city3, city3, city4, city5, city6 (field)
- week1, week2, week3, week4 (dropdown)

I need to create these Graphics:
Graphic 1: product(x) / price(x) / yes or not / city(x) / week (x)
Graphic 2: product(x) /city(x)
Graphic 3: product(x) / week(x)
Graphic 4: product(x) / yes or not
Graphic 4: product(x) / price

Thanks Rob for your help
 
what is product(x) - is that a sum of sales, the number of sales?
is the bits going after the / the Y axis?
Sorry but its not clear to me what it is you need still.

Table Customers with these fields:
- city1, city2, city3, city3, city4, city5, city6 (field)
- week1, week2, week3, week4 (dropdown)

I really don't understand that table, what are the 6 cities for, are they checkboxes, fields etc?
Same things for the week - what are they for? How do they relate to customers :S

Graphic 1: product(x) / price(x) / yes or not / city(x) / week (x)
Huh? I have no idea what that means! :)

Please take the time to formulate your question as clearly as possible, whilst for you its obvious what you need, for me coming at it from a cold start, I need things clearly spelt out to me.
 
Rob, sorry about my bad approach.

It, really, is a pool very simple.
product(x) is a dropdown, a product name, not a sum of sales.
Product1 -> Toyota
Product2 -> Ford
Product3 -> Mazda

About cities:
- city1, city2, city3, city3, city4, city5, city6 (text fields)
Pollster will write city name in a text field.

Weeks
Pools are made by weeks.
For example:
how many type of cars (Toyota) were sold in a week 1
how many Fords were sold in week 1... and so on.
The same, if I like to know when Toyotas were sold in New Jersey (city 1) or New York (city 2)... and so on.

Another Graphic:
I like to know the price were sold Toyotas in New Jersey in week 1 and if this store sold this car (Toyota) to regular price (yes or not radio buttom).

Tables:
In Table 1 are cities (text field) and weeks (dropdown)
In Table 2 are products (dropdown), yes or not (radio buttom) and price sold (text field).

I hope this more clear.

Thanks for your help.
 
Your set up still sounds pretty odd to me - are you dead set on the way its done, or can I suggest something a little cleaner?......

It seems to me you have three 'objects' you need to track/use in your application:

* Products
* Cities
* Sales

Each 'object' should thus have its own database table and corresponding Fabrik list with the following fields:

================
Products
================
id
label

================
Cities
================
id
label

================
Sales
================
id
product_id - database join element to the products list
city_id - database join element to the cities list.
date - date element
yesno -not sure what this field represents but you mentioned it previously so I'm including it
price


I would say its best to store the date of the sales and not the week number as that can be inferred from the date, and storing the date means other analysis is possible (e.g. sales by year/month etc)

If you'r ok with that set up then I can elaborate to describe the graphs
 
I am sending you 3 images about tables and graphics.

Thanks
 

Attachments

  • table1.png
    table1.png
    121 KB · Views: 669
  • table2.png
    table2.png
    162.5 KB · Views: 624
  • graphic1.jpg
    graphic1.jpg
    18 KB · Views: 592
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top