-
Re: What is Open Sparsity?
Hi sparsity is a basic concept in BOARD and it seems there is an small missunderstanding how sparisty is working. You can find some details in Introducing sparse structures , but I try to create an example. Assuming you have 2 Entities (Customer, 10 Members, Product 5 Members) [I try only a 2 dimensional example, cause…
-
Maximizing your Board Support experience
Author: Björn Reuber, Community Captain and L3 Support Team Lead at Board. As a support leader with 14+ years of Board experience, one of the biggest advantages I see of our software is that you can do whatever you want with it (great!), but this might also be one of the biggest challenges from a support perspective…
-
Mastering Debugging in Board: A Core Skill for Developers
Featuring: Community Captain Leone Scaburri, Solution Architect within the Center of Excellence (CoE) for Professional Services, Board Today, we’re welcoming one of our 2025 Q1 Captains —Leone Scaburri— as he shares his insights on why debugging is important as a core skill for Board developers! Leone has been with Board…
-
🚨 1 security filter's unexpected twist will leave you intrigued!
Hi everyone, I think it may be useful information for some of you to know that the 3 options under Security Filters actually doesn't have the same behavior! In fact the "Select Entity based on Cube" feature can be by passed the user itself! And it's by design *! By following the step bellow : Open a layout editor (where…
-
Three favorite Board features to improve your build
Author: Lucas Charello, Community Captain and Board Specialist/Project Manager at Kiwika. Hello Community! My name is Lucas Charello, and I’ve been working at Kiwika for almost two years as a Board Specialist and Project manager. Today, I’m excited to share my personal experiences with three of my favorite Board features…
-
My Board-ology Process
Author: Karry Schupp, Senior Financial Analyst for DH Pace Company and Community Captain Although our company has been using Board for over three years, I still feel like I am new to it. I have so much to learn, but the ever-changing business environment is not going to wait for me to get up to speed—I must adapt. As I…
-
Re: Conditional display of columns on a dataview
Hi Adam, I think you can easily solve this using a Dynamic Select. A possible Solution could be following: New Entity "Moving Avg Selection" containing following Elements "3 Month", "6 Month" and "9 Month" A cube based on "Moving Avg Selection" and Month. In this cube you can configure which Month should belong to "3…
-
Re: Best steps to create a company master template
corporate identity capsule design informationdesign Hi, I have not something like a checklist, but I would start like this: a) Use the Corpoorate Identity Designer (Application Branding ) to adapt the Standard BOARD toolbox objects according to your need and define personal colors b) Create a template Capsule/Styleguide…
-
Re: Day description British / Australian format
Hi, did you changed the regional system settings only for your account, or also for the System account: 1) Change the Language (Region) from Region & Language 2) In the Adminsitrative tab of the Region & Language window, press Copy Settings 3) Activate both flags in the popup window: - Welcome screen and system accounts -…
-
Re: What is/are the difference/s between Stop and Kill in the Cloud Admin Portal?
Hi, as far as I understood stop will end the Application in a controlled way (like stoping the service using BOARD Server config) [i.e. the BOARD Engine can write all data from RAM to HDD], while Kill will end the process immadiatly (without possibity to write data from RAM to HDD). So normally you should use the Stop and…