Best Of
Re: How to use period offset for previous previous year
I don't have such a simple solution, but depends on the cube structure:
If the cube is by year a mere offset of -3 should do the trick
if the cube is by month you should use a offset -36
if the cube is by day the offset -1096 (because it includes a leap year)
The offset is always applied at the cube physical level so if you want to avoid the one by day (that may change depending on the leap year) you may create a version by year or month.
Otherwise if the cube is by day and you want to avoid reviewing the offset in 2020 you may create two cubes, one with offset -1096 and the other -1095, depending on the selected year you may show one or the other with an algorithm.
Honestly i would go with the version in this case
Antonio
Re: How to use period offset for previous previous year
When you use the offset no not put the py function:
If this is not correct just try the offset -36 with a month version of the cube

Re: Drill down in the web with flattened layout
Hello Etienne,
You can drill down using the first column of the dataview.
I understand that you prefer to drill using the cell containing the Material code.
You can make the material column very narrow and hide it, then use an entity block material and put it in first position.
In the layout options set a drill action for the entity block.
Now you can drill using the material column.
The negative effect of this is that, when you will export to excel you will see the material column twice.
I think you should open a wish for expanding the drill area also to the second column if the dataview is flattened.
Hope this is clear enough,
Antonio
Re: Drill down in the web with flattened layout
I agree with you about performance and ugliness of the workaround.
I think that posing in Ideas would be the best option.
Re: add "distribute horizontally/vertically" function to arrange screen objects
Hello,
The "Distribute" functions are already planned to be implemented in the HTML5 capsule editor that will be released soon.
Stay tuned for the 10.5 release.
Re: add "distribute horizontally/vertically" function to arrange screen objects
The new function will be only available in the capsule designer of HTML5 client, the version name is not official yet.
It means that in future you can edit the capsules directly from the web ina a WYSIWYG way.
Re: Error when refreshing MS Office file
Hello Eduard,
There was an incompatibility between the language settings coming from Board 7 until Board 9 and some versions of excel.
This has already been solved in the latest releases.
Regards,
Antonio
Re: Chart with different time select
You might put a refer to December in the first block and select from Jan to Dec in the screen
Re: How to empty a cube slice faster ?
Looks like I underestimated the 128-bit payload in align cube, good job Helmut Heimann!
Etienne CAUSSE keep us posted
