Hi,
I have a small project wherein the Executive Dashboard fits the bill. I'd probably need to overhaul the database and edit the queries in the service class to adjust accordingly to my changes, but overall the changes I need are, and of which I'm hoping to reach out to you guys for answers to:
I have a small project wherein the Executive Dashboard fits the bill. I'd probably need to overhaul the database and edit the queries in the service class to adjust accordingly to my changes, but overall the changes I need are, and of which I'm hoping to reach out to you guys for answers to:
- Instead of displaying amounts and figures for sales and revenues, I need it to display hours instead (because instead of sales data I need it to display utilization figures). Is my assumption correct that I just indeed need to edit the queries on the service class with the new tables and columns that I'll add to the included database file?
- I'll need to add a pane to the left of the dashboard (the exact same pane that's there in the Sales Dashboard) to have a list of people. Each time a user selects a person from the list the data updates to be specific only to that person. To be completely honest I've got limited knowledge with customizing WPF and unfortunately have a very limited amount of time to deliver this. Is there a white paper or article specific to the Executive Dashboard to guide me though? Or was there a similar implementation through the discussions here that did so? (did a search but can't seem to find one)
- Aside from the pane, I'd also need to add functionality to Add, Edit, and Delete records per person through the app. As far as I'm aware the Executive Dashboard doesn't have that functionality and was thinking of adding it in the Information pane that expands when clicked (the one that shows SQL Azure etc.). I'd just need to call another XAML page containing the functionalities to add and edit right?
- If I'd like to create an installer for whatever will be finalized, what DLL's will I need to package with the installer and how difficult will it be to setup? Or does Telerik also have its own compiler application for this need?
We currently have a DevCraft license and thought it'd be best not to reinvent the wheel in this rather little pet project, and there's no resource at the moment here who currenlty have any background to WPF. So any thoughts would be highly appreciated! Thanks!