Best Of
Re: How To Add New Entity Members From Data View On HTML5 Client
Dear Carlotta Fabris,
the Insert New Row feature is one of the features actually not available in the web client. See link attached: Differences between web client and win client
Inside the Web Client you can use the Entity Editor in corelation to ATO (About ATO ) to insert new Entity Members as user.
Alternatively when you want to use DataView to create new members you have to workaround using text cube and procedure. In the text Cube the user has to insert the new member. Further on you need a procedure which extracts the text cube and reloads it using DataReader.
Doing such please take care for MultiUser developement in corelation to datareaders.
Hope it helps
regards
Alexander Kappes
Re: Rejected records in Data Reader
Dear Stefan Batalia,
for SQL DataReaders you can find the Log File depending informations for each rejected record inside your BOARD Server on Board\Dataset folder. The files are ending with log. They consist the first 4 letters of Database name and the datareader number.
For ASCII DataReaders the files are placed in the same directory as the source file. It has the same name as the source file with the ending .log
Hope it helps
regards
Alexander Kappes
Re: Rejected records in Data Reader
Dear Stefan Batalia,
you can´t directly find the datareader number.
Easiest way is to check for the execution of the datareader in your database log file and afterwards see for the log file according the time stamp.
Alternatively you can rerun the reader and check for the last changed log file
regards
Alexander Kappes
Re: BOARD Service disappearing
Dear Brendan Broughton,
did you check your local event viewer for any information? Perhaps you find some errors from BOARD Engine and a timestamp.
Please check for the following nodes inside the event viewer.
(Unfortunately my PC is running in German context, therefore I try to translate to english)
The Node is called: Application- and Service Protocols --> Microsoft --> Windows --> Application Server-Applications --> ready
Hope it helps
regards
Alexander Kappes
Re: Can we have the ability to adjust the alignment of the Header of the first Column of a report so tha
Dear Tomiwa Adetola,
unfortunately it is not possible to align the header for the first column.
As workaround you can insert a Label with the wished text and aligned like you want over the first column header.
Inside your DataView you just insert a space into the layout Title and it should work directly.
Hope it helps
regards
Alexander Kappes
Re: Object alignment and copying issues
Dear Jean-Paul Baar,
for 10.3 or the Windows Client in general the describend behavior is like you mention. Unfortunately there is no real workaround.
The good news, when you switch developing to HTML5 Client (starting from 10.5) the behavior isn´t existing anymore AND you are able to define the exact position of your objects on pixel base.
Hope it helps
regards
Alexander Kappes
Re: Data flow from Parent to Child Entity Not Working
Dear Derek Koh,
thanks for your request.
For general your second approach should work as expected.
Can you please check your relationships for general and specially inside your product tree and normalize / correct them if necessary.
Alternatively and depending to the amount of product groups you can also go forwared executing the dataflow several times with preselection for one product group only before each dataflow step. Doing so you just have selected the target products.
Hope it helps
regards
Alexander Kappes
Re: Month Name in Data View Block Title Without Time Axis
Dear Mark Schad,
thanks for your request.
For general you can also solve with all Months to show selected and the month by row.
You just have to insert another Lock Cube which denies the dataentry for all other months except for the actual one.
The DataView function to use is called "Locked By" Other data functions .
The Lock Cube must have values for each Month where no data should be inserted and for the "active" one it has to be zero.
I think this will be the easiest way to get your solution.
Hope it helps
regards
Alexander Kappes
Re: Board error occurred (cod_ref: 15722...)
Dear Johan Kotze,
the code reference just describes the timestamp, when the error occured.
To get more informations about you have to check the LOG File of the BOARD Web Api.
For case you are using the self hosted engine by the default you have to check the directory C:\Program Files (x86)\Board\Board WebApi Server\App_Data\log\BoardWeb-yyyymmdd.log
Inside this file you can search for the reference number and see what happened.
Hope it helps
regards
Alexander Kappes
Re: format numeric algorithm
Dear Abdul Malik,
alternatively you can use the Symbol after Function directly to your Block with figures.
In my opinion much easier and you can directly use the initial block.
Hope it helps
regards
Alexander Kappes