Could someone visualise this data or guide me how do i do it? [closed] - excel

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 19 hours ago.
Improve this question
I appreciate your attention on this.
I recently conducted a employee happiness survey in my company and I got the results in excel sheet. However, I am facing a lot of confusion in visualising this data. Could someone visualise this data or guide me how do i do it?
We want department vise results as well as over all employee satisfaction.
Thanks, I am hoping someone could help me with this. I am attaching the sheet.
I have tried PowerBi, LensStudio but I am yet confused and can't make a beautiful and understandable representation.
https://docs.google.com/spreadsheets/d/1I--lUqXCtXACtyHM9EYTqIZTwo9QPFfUPlm3N9YY5fQ/edit?usp=sharing

Related

How to get data from Loop components with Power Query? [closed]

Closed. This question needs debugging details. It is not currently accepting answers.
Edit the question to include desired behavior, a specific problem or error, and the shortest code necessary to reproduce the problem. This will help others answer the question.
Closed 3 days ago.
Improve this question
I am interested in exploring the possibilities of collaboration and easy data gathering through loop components plus being able to visualize all of that easily. So I would like to be able to import for example a data table into Power Bi or Excel.
Honestly, I have no idea on how to even start with this, so any help would be greatly appreciated.

Python 3 how can i structure files? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
I'm very new to pyhton so forgive me.
My question it how I can structure a file. For example I want to save multiple cooking recipes in a file. The program then should find the whole recipe with the ingerdients just by knowing its name.
I have tried to find answers in the internet but I seem not to find the right search term. So my question is just for what term do I have to google to find something that helps me?
You are looking to convert a text file into a dictionary. I would recommend using a JSON structure. See this page. If scope of your project is bigger than yourself using it, you would be better off using a database. Check out MongoDB.

employe database management codings [closed]

Closed. This question needs details or clarity. It is not currently accepting answers.
Want to improve this question? Add details and clarify the problem by editing this post.
Closed 8 years ago.
Improve this question
i am doing a employee management project in dot net(c#,asp),where will i get the uml diagrams for the reference ... please help me ... if i get the documentation of tat project it will be very useful please help me friends
thank u
Ideally you'll get them from your architect or the person doing the design of the code ;)
If you're asking for a tool to work in to draw them yourself, try Visio, it's pretty good for making UML diagrams.
If you're asking for a good way to generate them from the code the new Visual Studio beta has a class and sequence diagram generator built in.

Source code handover training [closed]

Closed. This question is opinion-based. It is not currently accepting answers.
Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
Improve this question
We have to train the client professionals on the source code for an application we developed. What shall I include in their training plan for source code? Any help would be really appreciated.
regards
This may help:
What are the core elements to include in Support Documentation?
1.) If possible show them various changes/revisions the code has gone through, then that will help them to understand the code design at some higher level. (That function needs to be modified for what feature?)
2.) Extract some function Call-Graph/Function-flow diagram using some tool and let them get familiar with that.
3.) The test setup for the application should be explained to them.
4.) High level Design & Low level design document
-AD
You could highlight the important design decisions. So they understand why you have chosen which solution.

What is the best way to create user help documentation for an Excel VBA solution? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 5 years ago.
Improve this question
VBA solutions can vary widely in size.
I would like to add user help documentation to all solutions but the level of effort to create and deploy the help needs to match the size of the solution.
You should check the VBA version of MZ-Tools. It is an add-in for VBA that can automatically generate documentation from your code (function name, parameters, comments, subject, etc.). You can also use it to automatically generate line numbers, onError labels, etc. More on the automatic documenting feature can be found here.
It is free, easy, and very efficient. Once you notice how much you save time by using it, please do like me: donate.
You may wish to consider HTML Help. It allows you to produce help files that are similar to standard Microsoft help. It is not particularly difficult to use, for the most part.

Resources