A company has acquired a new ERP system that has already passed through the approvals and must be inserted in the existing main application. Legacy system data is already available in the data model. Both customer account tables have similar column structure, but still have different names. Registration codes have already been planned in your systems so that conflicts do not occur.
What actions should the business analyst take to gather the data from both systems?
A sales department has a pie chart that displays the total amount os sales by city. Users have requested several changes to the pie chart: • Display the labels in 'Red'; • Increase the font size of the title; • Change the color of the values to 'Blue'. Which technique should a business analyst use to meet these requirements?
The board asked the team to review current sales by age group on a bar chart. These groups were created in Data Manager and named AgeGroup, as follows: • Children: up to 16 years; • YoungAdult: between 17 and 30 years old; • Adult: 31+ The analyst then defines the colors of the bars with an expression: If( AgeGroup = 'Children', Red(), If( AgeGroup = 'YoungAdult', Blue(), Green() )) What's left to complete the jobs and apply the result to the visualization?
A developer has created an application with native objects in a way that is well organized by sheets so that users can gain their insights independently. Users have notebooks, mobile phones and tablets. When the application was created, the developer did not imagine that the application would be accessed by mobile devices, but the good news is that the application adapts very well to any format and screen size.