Best Of
Re: How can I change all screens with one selector in my master screen?
Hello Annika Fava,
as Felix Csanady said, the easiest way is to use the "dynamic selection"; you can use also the option "based on cube" and help the end-users of your application creating a "service cube" to be used in a first screen where choose through a "flag" what they want to be selected.
for example: in screen 1 the user select the "budget year"

then, in others screen you can save the "dynamic selection based on cube"

Hope this helps.
regards,
federico
Re: How can i export my Screen in Powerpoint?
Hi,
you can export the screen you're surfing with the "Export" function you can find from the Board-Button, in the left-top corner of the Board Client.
You can export in many formats (excel, word, powerpoint, rtf, xps, pdf, simple screenshot) and you can configure your exportation (what, where, name of the file created).
Currently from the HTML5 Client you can only export in excel or pdf file; we're implementing new feature regarding this topic: stay tuned!
regards,
federico
Re: How to: Fix Transparency issue on BOARD WinClient popup windows
Hi,
sometimes we found that you can solve it also disabling the parameter "Enable Desktop Composition" from the windows panel "performance options" .
Expecially with Windows 7.

Re: Documentation EXCEL-ADD-IN
Hi Dirk,
Interesting to hear your feedback regarding Board VBA Excel add-in, I have done only one Board VBA integration so far but this is what I would like to share.
All commands were sufficient to build what we needed. For example, when BCUBE function didn't provide the functionality we were looking for, then Board ADD-IN filled the gaps. It lets user to use BOARD dataview layouts in Excel just like in Board application. There you can use all slicing, dicing, filtering, sorting, apply algorithms, use flattened views and have multiple selections using "=SetSelection" function referencing the cells in Excel etc.
I can agree that documentation is short, hasn't been updated for a while and BCUBE function has its limitations. It would be interesting to hear if somebody has more information about its functions.
Re: Count days
HiPaul Wyatt - Avison Young UK,
thank you for your help. This is the solution for my question.
Regards,
Pierre Rosnarho
Re: Count days
As you can see below:
On the left screen, I did store the data in a backup cube.
But on the right when I make a Dataview of this cube, it’s empty.

Re: Get possible combination of data
Great solution. Next time you may want to explore using 9.7. itertools — Functions creating iterators for efficient looping — Python 2.7.16 documentation

