-
how can I change the codes of an entity without ruining the relationship?
Hello dear community, I have two entities "account" and "CF" where "CF" is parent of "account". what I need to do is to empty the entity "CF" and reload it with a cvs file where the codes of the entity have changed. I also have another csv file (account code; CF code; CF description) I use for the mapping of the…
-
Capsules Log-in
Hi everyone, is there a way to access a capsule without select it when logging in with your user account? Thanks, Francesco
-
Rest API Connections
I cannot get Board to connect to an API using the Board Connector. The query runs properly via Chrome, Internet Explorer and the Command Line, the Log File says it cannot connect to the server. This suggests that Board isn't using the machine default proxy settings, but I cannot find anywhere to configure any Board…
-
Hierarchy data view
How can I view the nodes and child nodes in a hierarchy without using a cube? something similar to the attached image
-
Data Reader Error Log
Hi All, Can anyone help me where can i find data reader error log? Because I made a Text Data Reader, and some records can't import, so i want to check what is the error records and why they cant be imported. Thanks and best regards Minh Le
-
Making Data-view(Layout) colorful
Is that possible to give different header color in the Data-view?betina
-
Unable to detect a BOARD SAP Connector serviceSAP Connector
Keep getting a "Unable to detect a BOARD SAP Connector service" when i test any data reader. But the connections to the SAP Connector works fine via the browser
-
REST API
Hello Board Community, I am trying to get data from my web-based ERP through REST APIs. I have created the data source connection using a Basic authentication mode with my credentials and a query with the parameters I used in Postman previously (witch worked). When I test the query, nothing is returned. I looked at the…
-
Starting a Capsule Procedur through another Capsule Procedur
Hi all, We are seraching for a way to start a capsule procedur of a capsule through another capsule procdure. So far out starting procedur fails because the procedure in the other capsule cannot be found. Is there any way to this? Regards, Jörn
-
Summarized Forecast Rollup from different screen totals
I have multiple screens for forecasting based on different types of revenue. Because these sections belong to different areas of our company, the forecasts are data entry enabled. We don't just use a growth % assumption and calculate. I would like to take the totals from each of these screens and roll them up into a…
-
Accessing Web Client - 10.5
Hi, I am not able to access the web client outside of the server as I was able to in the prior version. I get the following error: I can however access the client through the local host on the server. How am I able to access the new web client? Thanks, Stephen
-
cart function doesn't work properly
Hello community, we have a problem with the cart function. One user has reported the problem that the pinboards are no longer present in the cart after closing BOARD. Does someone have a solution or idea how to address the problem? Kind regards Jonas
-
Use of @user / @username to segregate data
We have a capsule which does some kind-of complicated processing such as writing to a text file from a dataflow and reading it back in to some work cubes and then displaying a screen based on the work cubes. If more than one user is using the capsule it works alright. When user A loads the work cubes and displays results…
-
Reverse algorithm cannot works with Date/Text Cube
Hello, Does anyone know if the reverse algorithm can work with a date or text cube? I'm trying but I can not make it work. Note: We use Board 9.1.0 Thanks in advance.
-
Update the Board Software to latest version
I have 10.1 Version installed on my Server and want to install 10.5 now. But Unable to update as System prompt with an error "Another version of this product is already installed. Installation of this version cannot continue. To configure or remove the existing version of this product, use Add/Remove programs on the…
-
Can I change the background on the Board web login screen?
I'm looking to change the Board Web Login screen on our server. I know you can change the background of the capsules screen but can't seem to find a way to change the login screen. If anyone could let me know the file location on the server install I would appreciate it. I've attached a picture of what I'm looking to…
-
Upgrade from Board 8 to Board 10
Hi all, Just a quick question here, as part of the upgrade process from Board 8 to Board 10, do all the entities get exported and reloaded ? Thank you. Aamir.
-
data entry in a dataview with filters applied
Hi all, I have a cube which contains both future forecast and past forecast (forecast created previously). There are three dimensions for the cube - Product, Market and Month The requirement I got is to show both past forecast and future forecast in a chart, but only show the future forecast in a dataview which allows…
-
Previous Period Stock + Today's Movement = Today's Stock
Hi All, I have a question which I've asked some others about offline and haven't found an answer too, so I thought I'd try the community. I have a 'Stock' cube (by day) and a 'Movement' cube (also by day) - dimension of each are identical, and there is sparsity (64bit) To calculate today's (closing) stock the dataflow was…
-
Datareader: View the Disc.Rec.
When a Datareader runs and it throws an exception in the column "Disc.Rec.", how can I see which records it is referring to? I want to understand why the records were not loaded. /Board 10.3 Thanks, Steven
-
Capsule user profile
Hello, I have a landing screen were buttons guide the users to different screens. However, not every user should be able to click every button. For example: A nurse should not have access to a client's medical file (screen1) and a doctor's access to the medical inventory file (screen2) should be restricted. Both screens…
-
1 Dataview serving 2 other DataViews
Hello, What is the best approach to do the following: I have 1 main DataView. The user selects a row in this DataView to load more details in 2 other DataViews (each with its own specific details) on the same screen. In other words, have the Drill-Down row functionality but then in a separate DataView on the same screen.…
-
script error
When our end-users go into their version of BOARD, they see the below error message. It doesn't seem to disrupt any functionality, but it's more of an annoyance for our end-users. Any way to stop this error from popping up? Thanks. Todd
-
Format a number as "-" if zero
Hello, I would like to replace the 0 by - and keep the other numbers formatted as they are, meaning with space between thousand and so on. Thank you and best regards Marcel
-
Dynamic yeat
Hi everyone. Is there a way to select the current year or the current month and put them into a label? Like for example: Current year : 2019 Month : March Maybe using a specific command. Thanks, Francesco
-
how to stop datareader running
How to stop data reader running for long time as shown below
-
Count selected members of an entity in procedures
Hi, is it possible to count the selected members of an entity in a procedure? I want to use it as a button function in a screen. For example, the procedure is supposed to find out when the current user calls the procedure, how many salesmen are available. Kind regards Jonas
-
Another BOARD Web error message
Can any explain what would cause the error message below? This if for a customer BOARD on-prem with IIS. They were previously able to get the logon screen, but would get an error after logging in (seeWeb error using IIS ). I tried again but now get a different error as below. No error files are being generated…
-
Problem with Transporter tool
Hello! To improve our deployment, we would like to use the Transporter tool on the DEV server. Every host is connected, but the "Compare" button doesn't work : no change/comparison appears. However, the two files _Dbimage are created, and the Transporter was run as admin. Both database are different. Have you already…
-
Get possible combination of data
Hello there, If i wanna have result of possible combination like data as below, are Board can handled it dynamically base on number of Data? Data A B C ... Output AB AC BC ... Many thanks & Regards