Remove Formulas Backgrounds
Download: Remove Formulas Background
The plugin removes the blue background color from aggregations and calculations in the Advanced Formulas menu.
STEPS
STEP 1 - ADD THE PLUGIN
Download the attachment and unzip the contents into C:\Program Files\Sisense\PrismWeb\Plugins`
If you are using version 7.2 and higher unzip the contents into your C:\Program Files\Sisense\app\plugins\ folder.
your C:\Program Files\Sisense\PrismWeb\plugins\ folder. If the plugins folder doesn't exist, just create it. After those files have been unzipped there, you may also have to restart the web server.
STEP 2 - USE THE PLUGIN
Reload sisense web app.
BEFORE:
AFTER:

You can also use this plugin to add extra spacing in your formulas. Just add this block to the formulaBackground.css file.
data-formula .CodeMirror-code span[class|="cm"]{
margin-left: 0.2em !important;
margin-right: 0.2em !important;
}
margin-left: 0.2em !important;
margin-right: 0.2em !important;
}
Before adding the CSS

After adding the CSS:

Updated 03-02-2023
intapiuser
Admin
Joined December 15, 2022