Best Of
Re: Nexel in multi database screen
Dear Lars Christiansen,
I don´t think so but honestly I don´t know exactly.
Best case for you will be creating an "Idea" in the Ideas section of the community.
Perhaps it will make sense to request generally if it will be possible transfering data from one to another database outside extract and reload.
Hope it helps
regards
Alexander Kappes
Re: values mismatch in layout settings and dashboard ?
Dear Malav Shelat,
just to be sure I understand you in the correct way.
You open the screen in WEB Client and the figures are wrong?
You open the Layout of the DataView, press save and the figures are fine?
When you check your screen settings in the windows client, I think you run it with "parallel execution".
Parallel Execution means that all Layout Elementes from your screen are send at the same time to the engine for refreshing data. Unfortunately the parallel execution isn´t supported for the Web Client. In Web Client the Layouts are send successively to the engine in the order the elements are inserted to the screen. This because of caching reasons. In your case I imagine you have some similar layouts inside your screen.
When you open the Layout and click Save just this single Layout is send again to the engine and that´s the reason why the figures are correct.
To be sure for 100% that myremarks are correct I would suggest to create a new, lets call it temp screen. Inside this you copy your screen selections and pagers and the Layout with the problem, no other.
When you open this Temp Screen the figures will be correct each time.
To get it work in general on the origin screen you can try to change your layout a little that it is more different and wouldn´t receive it´s data from the cache.
Hope it helps
regards
Alexander Kappes
Re: Prevent DataView Hamburger Menu from Auto Expanding
Dear Mark Schad,
unfortunately you can only disable the sliding panel in total. Means when it is disabled you can´t reach it.
Perhaps this could be a great "Inspriation".
regards
Alexander Kappes
Re: user filter
Dear Robert-Jan van Kuppeveld,
thanks for your request.
Inside HTML5 Client the follow - up function for the Cart from Windows Client is called Presentation.
The User is able to send a screen including his individual performed selections presentations.
More informations about the presentation found here: Presentations
Hope it helps
regards
Alexander Kappes
Re: How can I print/export several data views from one screen to one page/one tab?
Dear Franziska Brandenburger,
thanks for your request.
For general the Export to Excel sends each Layout to separate Sheet inside Excel.
What you can do is using the BOARD Excel ADD In (Board Office Add-ins overview ) and generate the wished format directly in Excel.
Hope it helps
regards
Alexander Kappes
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