Best Of
Re: Data Reader ETL issue with Text file
You are absolutely correct! When I load to a text cube, the transformation works. Not sure if this how I envisaged the ETL function to work. I thought the transformation layer would transform the data before loading to the target cube. Instead, from what you say and what I have just experienced, it loads to cube first and then updates the cube by applying the transformation logic. So it is more an ELT rather than ETL!
In fact before I got your reply, my workaround was to load the data as is to a text cube and the have a data flow to transform to codes and store in another cube.
Thanks,
Dinesh
Davide Genini - fyi
Re: ODBC & Bord mismatch
Hello Federico Cazzalini,
Thanks for your precise answer, I firstly tried the Data Fast Track. The work is done !
Later I'll update to Office 64 bit.
Have a good day, and thanks again,
JR
Re: Disable Web Client Menu Options
Hi,
it is not possible to disable the entire menu. What you can do is disable some of the features contained in that menu:
- the select window can be disabled from the user security profile: enable the "Deny selection editor" option
- Show screen list can be disabled using the "Hide screen list" option editing the WinClient capsule property (as you already mentioned)
- the presentation part can be removed disabling the entire presentation feature. See below instructions
Disabling the presentation feature can be done in the HTML5 app config file you can find in the WebApi Server folder (usually installed under C:\Program Files (x86)\Board\Board WebApi Server).
Opening the AppData>Config folders you will find the "appSettings.config" file.
Editing that file you will find the parameter
<span class="token tag"><span class="token tag"><span class="punctuation token"><</span>add</span> <span class="attr-name token">key</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>presentationEnabled<span class="punctuation token">"</span></span> <span class="attr-name token">value</span><span class="attr-value token"><span class="punctuation token">=</span><span class="punctuation token">"</span>true<span class="punctuation token">"</span></span> <span class="punctuation token">/></span></span><span class="line-numbers-rows"><span></span></span>
This parameter should be set to false. (the BoardWebApiEngine service needs to be restarted after this change).
Please let me know if this helped,
Best regards,
Michele
Re: Load daily data in a cube structured by a more aggregate time entity
Hi there,
BOARD comes with an automatic feature that compiles the SQL statement for you when configuring datareaders using ODBC drivers.
If you want to load daily data into an InfoCube structured by month, you can map the day field to the BOARD Month entity. BOARD will automatically aggregate the information at monthly level thanks to the native BOARD time hierarchy.
Note:
The date field that you load from your data source must be in a compatible format for the BOARD Day entity. For example, if you have an Access table with a field called, "Date" and this field is of data type "Date", then this format is not compatible with BOARD. You should use a conversion formula to convert the Microsoft date format into text , such as the following: format$(table.field,'YYYYMMDD')
Hope this helps
Regards,
Michele
Re: Dynamic Block Headings
Hi,
have you already tried to change the Block name on your dataview using a substitution formula?
You can find more information about the substitution formulae here:
Substitution formulas
Best regards,
Michele
Re: How to print/export several screens in a single printout/pdf
Amazing job, well done - i'll insert a link into my original correct answer to your guide as it's really complete.
Neil Townsend thanks for the help
Re: Is it possible for a BOARD cloud customer to use their own custom font?
Correct - any client using or editing the capsule will need the font
Michele
Re: Cannot Run Requested Analysis: error
Hi William,
It does not affect general server performance at all - this said, allowing very large reports to be generated, when requested, will have an impact on the performances in that specific moment, it other users are running smaller reports.
It's not recommended to leave it to -1 or very big limits, if you have many power users in the system - they might be creating by mistake a "monster" report that loads up the server creating a performance decrease.
Re: Unable to Login: 64 bit license Error
Hello,
You get this error because you selected a wrong host, and you are trying to connect to local engine.
Please click on Board Option | host and create a new connection.
Fill in the host field with the Ip address or host name of your BOARD Server.
more details here:
Board client options
This should solve the situation you are facing
Regards,
Michele