-
Broadcasting multiple presentations
I'm currently limited to broadcasting a single presentation to recipients. As a result I end up broadcasting several times to a recipient. I want the ability to send multiple presentations/pdfs in a single Broadcast to recipients.
-
Add a way to maintain Master Layout selection after procedure ran and refreshed data in the screen
Currently, when you have a Master Layout in your screen and the have data entry enable in either the master dataview or a slave dataview, you will only keep the Master Layout selection if you use a default "Save data entry". If any procedure is required to do some calculation and therefor you need to refresh some…
-
Screen feature : Ability to abort a layout directly from the screen
Sometime user may request to many data from a screen and are stuck waiting for a layout that will took many minutes to completed or more likely failed. While it's possible to abort these layout from the "Running tasks" at the moment, the feature is restricted to developers. My idea is to add the ability to abort layouts…
-
Option for logical/automated selection of Procedure on a DataView/other button
Giving developers the option to set-up a selection criterium (Algorithm) which runs one of multiple saved Procedures in the background. (see screenshot) That is to be seen as an addition to the manual selection of the Procedure by the user currently available.
-
Not to show unnecessary repeated details from last data row in grand total
Details from last data row shown in grand totals (see above). As suggested by helpdesk (ticket 00080530), I have managed to hide these unnecessary repeated text by using workaround - using a font color that is the same as the background color. This is a known limitation of the software, and it is totally UNNECESSARY to…
-
Proper end user help system for Board please
I am NOT talking here about those users building Board solutions. I am talking about the end user, how can they get help on the Board application they are using!?! Today the solution we have is far from ideal. We have a yellow question mark on every screen in our Board application. The user can click this to get help. The…
-
Add functionality for "folder-type" capsules formatting
We would like to be able to modify the background colors, title colors and icons for capsules and size of capsule display for the "folder type" ones. For example in the screenshot attached, I would like to modify the appearance of the "Countries" folder capsule. Currently we cannot do that which makes the adoption by users…
-
Matrix object - config nr of rows and columns
matrix can be only square (2x2, 3x3) or horzontal or vertical (1xn, nx1) It would be great have the capability to set any rectangual matrix we want (e.g. 3x2), simply replacing the option alimnebt with rows and columns settings
-
Horizontal selector should not waste space
Horizontal selectors should not waste space by adding so much free space left and right to the element name. Brings up scroll bars where none is needed.
-
GeoMap improvements
compared to geo maps in other bi tools (Qlik, Tableau etc.) - the BOARD object is way to clumsy and underperforming. More design options like have a kind of head map per country/region instead of bubbles. Also more available maps (not only google maps and one other) would be great.
-
Write-API for Data-Models to enable Infrastructure as Code
Currently, all elements are manually updated via the UI. However, we would rather like to have a possibility to create entities, kubes, relationships etc. with an API. This would enable us also to provision our data models using infrastructure as code (e.g. Terraform). As e.g. Terraform can also be used to provision…
-
Change Click-on-Selector behaviour in Development Mode
Currently when designing a screen and clicking on a selector object in order to move, alter or align it, the selection window is opened and has to be closed manually. During development it is more common to configure or move Selector Objects than actually setting up a selection using the Selector. Therefore it would be…
-
Search and/or sort among Mask screen
When working with the screen selection for Masks it's very hard to find the correct screen when you have a long list of screens. Ideas: - Make the list searchable and/or sorted in alphabetical order. - Make it easier to remove/add screens from/to a Mask. Now you have to do it in two steps - first remove and then add. Have…
-
Connection alias on Cloud Administration portal
When you create the connection alias on the admin portal, you must have an existing connection configured on the Datapipeline portal. So when you map the alias to the existing connection, one should not need to type the connection name, it would be better to have a drop-down list only showing the available connections so…
-
Export to Word
We are working on a project where information on Board needs to be exported to word to allow creation of documents with embedded information from Board. Currently if we export, we get a screenshot rather than exporting to word with the use of Board word add-in. I can see this being useful for lots of customers as financial…
-
Show cubes with data entry in Impact Analysis
Problem When mapping out the flow of data in a Board application it's currently difficult to identify which cubes are open for on-screen data entry. Currently the only way to do this is to manually check through each screen in a capsule. This is particularly relevant when using cube-visibility for datamodel security.…
-
Activate number scaling when using DataView Search
currently activated number scaling (e.g. Thousands) is getting deactivated when you use the search function in a dataview It would be great if the set (defined) number scaling remains the same and is not changing. It's pretty irritating at the moment.
-
Option to Hide default Home button/ other buttons
Problem Statement: Users have been provided with a specific screen URL to be added to Favorites and used. This has been done to avoid users viewing the folders created for capsules. Issue: Now when users log in and navigate to capsules from other folders from the Landing/ Super Home screen, they have the default "Home"…
-
Additional Features in Folder Security
Problem Statement: The users don't want to view all the capsules/ folders and instead would like to navigate from a main Landing capsule to all the other Capsules based on Go to Screen navigation procedures. Issue: The existing Folder security when applied so that the users don't have visibility for other folders, impacts…
-
Select Based On with Temporary Cubes
The latest release notes for B12 Spring include the below statement. However it doesn't appear that Temporary Cubes are available in Select Based On Steps even though it says all steps. This would be a useful feature to add. The use of Temporary Cubes has been extended to Data readers and all Procedure steps
-
Default Layout at the break point while debugging
Hi Team, Can we incorporate the feature of default layout at the breakpoint while debugging to copy the layout at that step. This was present in previous versions(B10). It could be really helpful for the developers to debug without copying or creating the new layout from the scratch. Thanks & Regards, Neha Hasija
-
Restrict "Apply data selection" on "Go to screen..."
When navigating from a screen to another screen by using the action type “Go to screen…” on a label or a button, you can either check “Apply data selection” or not. However sometimes it is useful, if only a part of the data selection could be applied to the new screen. As a result it should be possible to mark per entity,…
-
rows & columns - control execution button
It would be great if there would be a button in the rows & columns function where the user can start the execution/update of his changes —> currently BOARD is loading every step you make in there - if you made a mistake (choose wrong dimension or pull it into the wrong area) the execution in the backend/running tasks is…
-
Label object: Able to change font size in Tooltip
1. What is your idea? Add tooltip font size field in Label object properties to change font size. 2. What specific problem are you trying to find a solution to, or what new scenario would this idea respond to? Tooltip font size in Label is too small and it's hard to see 3. What workaround have you found and used so far (if…
-
Graphs auto alignment similar to MS office applications
Could we have some graphical way (like PowerPoint shows the lines) which helps us align the graphs, charts and dataviews on the screen? It becomes a bit cumbersome to change the position and size each time we want to adjust these.
-
Prevent "Divide By Zero" errors
Hello, In a system with as many intersections as BOARD (or any multidimensional database), an administrator/developer cannot always guarantee an entry for a rate calculation. Currently, the way to solve this is to calculate the rate by doing something along the lines of: c=IF(b<>0,a/b,0) However, in other systems (ie TM1)…
-
Horizontal selector should not waste space
Horizontal selectors should not waste so much space by adding so much free space left and right to the element name. Brings up scroll bars where none is needed.
-
COPY/PAST Rates from EXCEL to Board (Dataview)
good evening community, I have a problem : when I copy several rows of rates from EXCEL to BOARD (Dataview). there are some rows that do not copy and remain unchanged. I don't know how to explain the behavior of the software in this situation. do you have any ideas or solutions to help me please ?
-
Select Based On entities limitation
Extend the max number of entity members allowed on select based on. Currently when the max number is reached the selection removes all applied selection up to tha stage. Select based on is a critical functionality since it allows Keep mode on. Alternatuvely it would be acceptable if the Keep mode on could be enabled for…
-
tool tip/note/comment per column
As we are using mostly abbreviations for column headings (KPIs etc.) - it would be great if there would be a tool tip functionality for columns. That it's possible that the end user will get shown per mouse over the description or long name of a column/KPI --> e.g. NS ACT --> tool tip shows NS ACT = Net Sales Actual and…