I have requirement in my project to design and develop Dashboard with 20 + kpis. Also dashboard should have offline capability as well. can anyone suggest me best practice to design dashboard. Also which option should I select for connectivity -will it be QAAWS or BIWS
Dashboard will be generated on weekly basis and will have data at organisational level ,division level and business unit level
Er, that’s not entirely true. All you need to do is export your dashboard to a SWF file, and you can distribute it to anyone. All they will need is a browser to view it.
You will have one special challenge in the offline requirement. Dashboards are expected to either work with a single static set of data (e.g., demonstrating the results of a research project) or to provide a portal to frequently updated data (e.g., monitoring status). This in-between state of yours (requiring weekly updates but being offline between) will be tricky. My best advice off the cuff would be to design it as though it were static data. Then generate a new SWF file each week with the updated static data.