idafx / IDA-Framework

Intelligence Data Analytics Framework
http://ida2.krimnet.com
11 stars 3 forks source link

feature: data widget #26

Open rajaiskandar opened 14 years ago

rajaiskandar commented 14 years ago

feature request for a new widget called data it will be something like : Malaysia Gross Exports Year (millions) 2000 1,234 2001 2,345 2002 3,456

the variables will be: title dataset id (dropdown) item id (lookup based on dataset id) geography id (lookup based on dataset id) entity id (lookup based on dataset id) years (enter the values separated by commas eg 2000,2001,2002)

sample uses: http://data.worldbank.org/topic/energy-and-mining http://data.worldbank.org/country/malaysia

towfx commented 14 years ago

status: work in-progress assign to: S M Fadhil

Tasks: Step 1:

Step 2: to rotate report display, item to X-axis, time to Y-axis (refer modules/analysis/views/reports/standard.php )

Step 3: to create a UI to feed report variables (refer class Query_Input)