-
Unassigned Entities (time entities in the entities menu)
Hi, I've just encountered an issue in a customer I haven't seen in some time: a database which its time entities suddently show up in the Entities menu, on the bottom part of the list, inside a group tagged as "Unassigned entities". - Board version: 9.0.3 - Database was created from scratch 2 weeks ago - Database contains…
-
Summarising Data that requires Row Algorithms
Hey Community, I've been having trouble working out how to display summarised data that requires row calculations. Below is some samples of outputs that I would like: Example 1: A control dashboard that shows the total of number of accounts matching a certain condition in a label. Getting a label to simply contain the…
-
configure Board.Mailer.Service.exe.config
Hello Davide Genini, I would like to comment this document: Board Mailer Service (version 3), but i don't see any comment features at the bottom at the document as i am used to see it, e.g. in How to setup Microsoft IIS with Board 10 Web Server (HTML 5). * Is it possible to add the "add a comment" feature to the document…
-
Data flow from Parent to Child Entity Not Working
Hi Everyone, I am faced with a problem regarding allocation of a value from a parent to a child entity which does not seem to work. Hope that someone can provide me with some insights. I am trying to flow data from a parent entity called Product Group to a child entity called Product. Relationship: Product ---- Product…
-
Dataflow between two cube with one different entity
Hello everyone, I have 2 cube: - cube A ("Previsione Parametri Valore Elab - IdElab") with dimensions: Year (Anno), Entity 1 (SOCIETA'), Entity 2 (VERSIONE BILANCIO), Entity 3 (PARAMETRI ELAB) - cube C ("Importo Variabili Budget") with dimensions: Year (Anno), Entity 1 (SOCIETA'), Entity 2 (VERSIONE BILANCIO), Entity 4…
-
Best Practice: Web Client Presentation Mode
Dear all, One of our customers is a big fan of the presentation mode in the web client to save and share custom reports. Practically what happens, is that they create a report from scratch using the layout builder and save them in a presentation. However what might happen is that they are happy about a custom report, but…
-
Navigate to Different Screen residing in Different Capsule ?
Hello All, Is it by any chance possible to Go to Different Screen , which is in different Capsule ? Here is the scenario... I have two Capsules, Capsule A and Capsule B, Both share same Database. Now what if i want to go to Different Screen (which is in another capsule) directly by Click on Button ? It is possible to…
-
Dynamic Selection on 2 entities
I am trying to create a dynamic selection based upon the intersection of two non-related entities (assume salesperson and customer) such that when a salesperson is selected from a pager the dynamic selection will show only those customers for the salesperson selected. I built a cube based on these two entities as follows:…
-
Extract Layout to Text File with Header
Hi everyone, is it possible to insert header using the function Extract to Text File? The file .csv comes out without them, but just with values and I can't find the possibility of insert them! Thanks, Federica P.
-
Dialog box not displaying correctly with Office Add-In
A user with MS Office 365 ProPlus build version 1903 can only see part of the dialog box for connecting to Board when using the Office Add-In. See image attached. Same for Excel, Word, PowerPoint. However, users with build version 1803 do not have this problem. Has anyone else come across this? I can't think of any…
-
Color customization for Corporate identity
Is it possible to change the color of default accent colors of the line on the top which is blue for capsules, green for presentations etc of the Board 11.1 to some other colors to fit the corporate identity?
-
Exclude Entity Members in Database Security
Hello all, how can we exclude a memeber from an Entity in a Database Security? The "Exclude" button is "grey". Kind Regards Stefan Batalia
-
Creating differents graphs that was selected by different selector
Hello All, I would like to ask how to create two or more graphs on the same screen. Also,one graph could be selected by selector as "month" and the other could be selected by "year".E.g. If you clicked "2019/11" in selector, one graph should be shown some entities of "2019/11" and other graph could be shown some entities…
-
BOARD Service disappearing
I have an ongoing issue on my local machine where the BOARD service keeps disappearing, and I'm hoping someone can suggest somewhere else to look to try and fix it. The Server is still installed, but the Service no longer exists. You'll see in the snip below it no longer shows in windows services..... even though the…
-
(RESOLVED) Display Images directly from URL Link?
Hi all, Has anyone displayed images within an object of BOARD using a URL? If so, how did you achieve it? I have upto five URLs associated with each record stored on a SQL database - Image 1 shows a dataview with the operating Cube and its structrure. Each URL links to an image on a shared cloud storage location. These…
-
How can I get a dynamic selection in a Block Heading?
Hello all, can anyone tell me how I get a dynamic selection in a Block Heading? I want a headline of a block where it says “sales ****. (selected year)”. I got it working in a Layout Title with “@Year”;, but not in a Block Heading. Any suggestions? Also I want to change a report from salesmen to company sight, means I want…
-
Change Time Range Entitie
Hi All, We accidentally added two members to the time range entitie "Year". Is there a possibility to delete the members without "Clearing the database and Reset Time Range"? Because it is not possible to delete the member manually. Thanks in advance! Robin.
-
Is it possible for a BOARD cloud customer to use their own custom font?
Is it possible for a BOARD cloud customer to use their own custom font (.OTF file) that is not included as a standard Windows font? If yes, how would this be installed onto their cloud environment?
-
How can i map addresses to (latitude, longitude) coordinates?
I have a dataset I would like to visualize on a map. I have addresses for each of my datapoints, but I need a way to convert those addresses into latitude and longitude coordinates for displaying on the map. Does anyone have tips or an approach to lookup (latitude,longitude) coordinates from addresses? There are free web…
-
Unbalanced Hierarchies for Columns
Is there is way to get unbalanced hierarchies on columns? For example, if I have the following structure: + Organisation --+ Locaiton ----+ Business And I have only one Business at a particular Location, I don't want to see a column with the Business, then a sub-total of the one business with identical figures. Any way to…
-
Data Entry with Decimals
Hi everyone! Recently I had a problem inserting values in data entry that have decimals. I tried with , (so for example 3,89) and it transforms the number in 389,00. If I do the data entry using . (3.89) it takes the right number so 3,89. I checked the regional settings thinking that I had to have the . as deciaml…
-
Rejected records in Data Reader
Hello all, where can I show the rejected records in the datareader? Kind Regards Stefan Batalia
-
Horizontal cockpit
Hello, I am not able to configure an horizontal cockpit. I have a percentage in the layout which I would like to represent in the cockpit. The value in the layout is 98% but in the cockpit I have 75%. Here below some screenshot. Best regards, Gabriele
-
selector
Hello all, how can I display the seleced selection in a selector? I will display the 1 selected Sales Organization Thanks in advanced S. Batalia
-
Extract entity without empty rows and pattern problems
Hi! I am trying to extract an entity to check if there are duplicates. When I sort the .csv file, I have some descriptions without code at the beginning of the file. In Board all members of the entity have a code and a description, so I checked it better and I found that some descriptions are wrapped up. Thus the…
-
Nexel Formula - MATCH/INDEX
Hi Everyone, i'm trying to replicate in Nexel the following excel formula: =MATCH(TRUE;INDEX((B2:B8>A2);0);0) The objective is to obtain the row number of a range where a condition is met for the first time. In the example attached i'm looking to find in the range (B2:B6) the first row where the value is ">1000" (A2), so…
-
Screen URL in Web Client (hidden screenlist)
Hi all I've seen this discussion earlier: Screen URL - Open Screen after Login (WEB Client) We have two buttons on our screen, each for another screen (opened with an URL). If we #hide the #screenlist in the capsule properties, the URL will not work anymore and you will get redirected to the start-screen of this capsule.…
-
Could the "inline menu" be enabled always?
Hi, When you use the board web client there is an option to enable/disable the inline menu from the user menu. The inline menu is disabled by default, and you can enable it, but you have to do it every time you log in to Board Web. Is it posible, if the user has enabled it once, to keep the inline menu enabled? Thanks in…
-
Server Saving Policies
Does this article board-server-saving-policy ok the KB also apply to the webclient? We have a client who requires to manually enter quite a bit data on a daily basis, but in very remote locations using satellite connections, with a roundtrip latency of 700ms. We've been testing with this latency applied and it has…
-
Reverse Algorithm to Hidden Data Block
Hi All, In version 10.3, I am using a column algorithm that pulls a value from one of two hidden data blocks, with reverse data entry into one of those data blocks. While it seems to pull the initial value correctly, I cannot seem to save the data entry on the hidden block and the values never update. Do reverse algorithms…