-
Hardcode 'down total' formula to prevent it from referring to another block.
Hi, I've been having an issue where my 'Sales Mix (%)' calculation refers to a moving block from the layout, instead of maintaining the 'down total' function. To calculate 'Sales Mix (%)', I am using the algorithm: (Sales/Down Total (Sales))*100 or c/dt(c)% in the below example. The issue I am having is that the data view…
-
Add setting to allow horizontal display of "@Selection" substitution formula
In the image below, I'd like to display all of the selections horizontally on the grey banner, which is not possible using the substitution formula "@selection". Current workaround is to create multiple labels for each entity selected (8 in this example) and individually place them side by side on the banner which can be…
-
Best Practices in Writing Procedures
1. Abstract Most probably every Board application will have procedures to cover interactivity by the user (e.g., navigation), perform calculations (e.g., processing plan data) or run other backend processes like creating a backup. To provide the best maintainability, quality, and robustness, some guidelines should be…
-
Culture-sensitivity with @datetime in Smart Import
Hi, I have a bit of trouble with culture and the formula @datetime. I have a cube that is populated 2 ways: either the user uses a smart import object to fill other cubes, and then the datetime information arrives into this timestamp cube using a formula. Or, if the users don't want to input anything, they can click a…
-
Application Navigation Design
1. Abstract Navigation is "the act of moving between screens of an application to complete tasks". It is about managing the path that the users can follow when using an application and therefore it involves defining the different navigation steps (based on the level of flexibility required) and eventually combining them…
-
Remove the capsule concept
Board is now full web solution. Therefor, is the current capsule structure still fitting? It had advantages in a desktop environment. But now, it's now lagging behind compare to other solution it terms of versatility. What we need : Every object currently in a capsule should be attached to a namespace that is store into a…