By bohtho on
Hi,
Is it possible to make a new content type through cck called for example "Status" where you can enter this months status (for example "market share", and choose which KPI (Key performance indicator) it relates to. Then have views module list up all statuses this month and show an arrow icon whether the trend since last month is up or down, and have the color of the arrow show whether it is under (red) or over (green) the KPI target (target this month retrieved from another table/other nodes/other taxonomy again).
Has someone made a similar system with drupal ? Or have any ideas for me ?
Comments
?
I feel free to bump this issue although the topic title may be bad.
Haven't anybody tried to accomplish something similar through a module or the cck and views ??
Hm
Ok, I've tried to implement this through the cck and views modules. The problem is that when I've made a new cck node called Benchmark and a new node called Status (which nodereferences a benchmark node), and I've made a table view for the report, the view shows the two nodes on different rows. While I need to summarize or mix the two nodes in a row, so both the status value and the benchmark value shows in a row.
Does anybody even get what I am talking about ? Any clues ?