Best Of
Re: Multiple different selections
You can enter the layout select and change th selection on the element you need.
If you want to use this without entering the layout that's not possible at the moment, except the apply selection to block option.
An idea that you might investigate si to put the dataviews on three different panels with ato enabled and put a pager on the three panels on Entity_A
Re: Profile update for data entry doesn't get refreshed
Hello,
Maybe the problem is not in the profile itself, but in the grid you use for dataentry.
Please check that the lock dataentry is allowing the user to enter data and that the user is inputting data at leaf level or with split and splat.
Otherwise try creating a new dataview from scratch with no dataentry locks.
Re: Creating a dataview (help) ?
Did you try the vertically aligned dataview?
I think it will do the trick, it puts the blocs as rows instead of columns, go in the axis configuration and set "verically" in the align option

Re: Log Management Application : any update ?
Hello Etienne,
Nice to listen to the final question.
The LMA application is not part of the toolkit itself, but we mantain it with the new logs as soon as they are ready.
You may assume that the LMA will be updated with the new logs as soon as they will come out.
Re: Unable to apply analytical function
Hi,
In BOARD, the use of infocubes structured only by the time dimension, is not recommended. Can you try adding another entity to the cube definition?
analytical functions should work as expected.
Let me know if this helped.
Regards,
Antonio
Re: how to make bar chart columns with different width?
Hello,
Currently this function is not available, you might open a new idea in Ideas if you think that this might be an improvement for the product.
Regards,
Antonio
Re: How can I change all screens with one selector in my master screen?
Hello Phil,
This solution can be applied only for a limited number of objects.
Obviously each layout is a query, and if you perform all the possible queries each time you open a screen your performance will be poor.
In addition to that, yes this solution will make the common selection easy to be achieved, but it will make nearly impossible to apply automatically different selects on different objects.
Anyway the benefits of transition and folder that you listed are correct, just keep in mind the negative effects on performance .
Antonio
Re: How can I change all screens with one selector in my master screen?
One Last thing I want to point out.
The upcoming web release will have new reporting functions to export a full presentation to single file, so you can create any combination of objects in screens in different capsules to create your pdf or ppt document
Re: How can I change all screens with one selector in my master screen?
The export of a single screen will be included as well.
This won't be the end of development of this feature that will keep evolving with the product
Re: maximum number of axes
Hello,
To answer the very first question there is no limit to the number of entities you can set up in a dataview.
There is a limit on the number of rows in the server config named "Report rows upper limit".
This limit stops the execution of layouts whose potential rows exceeds the given limit.
You can remove this limit by setting it to -1, this way the only limits of your dataview rows will come from the array allocation limits of your .NET framwork.
Anyway consider that the best way to use a dataview is not to put all the entity by row, but to get a summary view and then use the drill down feature to find data that you need. For sure you will gain in performance and usability with the drill down approach.
At last, I noticed that you created a dense cube. A dense cube contains all the potential values of the various combinations. Try setting some sparsity. A good way would be to set up the entities you want to put by row as sparse.
Hope this helps,
Antonio Speca