CINXE.COM

Business Intelligence & Analytics Archives | BARC - Data Decisions. Built on BARC.

<!DOCTYPE html> <html lang="en-US" prefix="og: https://ogp.me/ns#"> <head><meta charset="UTF-8"><script>if(navigator.userAgent.match(/MSIE|Internet Explorer/i)||navigator.userAgent.match(/Trident\/7\..*?rv:11/i)){var href=document.location.href;if(!href.match(/[?&]nowprocket/)){if(href.indexOf("?")==-1){if(href.indexOf("#")==-1){document.location.href=href+"?nowprocket=1"}else{document.location.href=href.replace("#","?nowprocket=1#")}}else{if(href.indexOf("#")==-1){document.location.href=href+"&nowprocket=1"}else{document.location.href=href.replace("#","&nowprocket=1#")}}}}</script><script>class RocketLazyLoadScripts{constructor(){this.triggerEvents=["keydown","mousedown","mousemove","touchmove","touchstart","touchend","wheel"],this.userEventHandler=this._triggerListener.bind(this),this.touchStartHandler=this._onTouchStart.bind(this),this.touchMoveHandler=this._onTouchMove.bind(this),this.touchEndHandler=this._onTouchEnd.bind(this),this.clickHandler=this._onClick.bind(this),this.interceptedClicks=[],window.addEventListener("pageshow",(e=>{this.persisted=e.persisted})),window.addEventListener("DOMContentLoaded",(()=>{this._preconnect3rdParties()})),this.delayedScripts={normal:[],async:[],defer:[]},this.allJQueries=[]}_addUserInteractionListener(e){document.hidden?e._triggerListener():(this.triggerEvents.forEach((t=>window.addEventListener(t,e.userEventHandler,{passive:!0}))),window.addEventListener("touchstart",e.touchStartHandler,{passive:!0}),window.addEventListener("mousedown",e.touchStartHandler),document.addEventListener("visibilitychange",e.userEventHandler))}_removeUserInteractionListener(){this.triggerEvents.forEach((e=>window.removeEventListener(e,this.userEventHandler,{passive:!0}))),document.removeEventListener("visibilitychange",this.userEventHandler)}_onTouchStart(e){"HTML"!==e.target.tagName&&(window.addEventListener("touchend",this.touchEndHandler),window.addEventListener("mouseup",this.touchEndHandler),window.addEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.addEventListener("mousemove",this.touchMoveHandler),e.target.addEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"onclick","rocket-onclick"))}_onTouchMove(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler),e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick")}_onTouchEnd(e){window.removeEventListener("touchend",this.touchEndHandler),window.removeEventListener("mouseup",this.touchEndHandler),window.removeEventListener("touchmove",this.touchMoveHandler,{passive:!0}),window.removeEventListener("mousemove",this.touchMoveHandler)}_onClick(e){e.target.removeEventListener("click",this.clickHandler),this._renameDOMAttribute(e.target,"rocket-onclick","onclick"),this.interceptedClicks.push(e),e.preventDefault(),e.stopPropagation(),e.stopImmediatePropagation()}_replayClicks(){window.removeEventListener("touchstart",this.touchStartHandler,{passive:!0}),window.removeEventListener("mousedown",this.touchStartHandler),this.interceptedClicks.forEach((e=>{e.target.dispatchEvent(new MouseEvent("click",{view:e.view,bubbles:!0,cancelable:!0}))}))}_renameDOMAttribute(e,t,n){e.hasAttribute&&e.hasAttribute(t)&&(event.target.setAttribute(n,event.target.getAttribute(t)),event.target.removeAttribute(t))}_triggerListener(){this._removeUserInteractionListener(this),"loading"===document.readyState?document.addEventListener("DOMContentLoaded",this._loadEverythingNow.bind(this)):this._loadEverythingNow()}_preconnect3rdParties(){let e=[];document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((t=>{if(t.hasAttribute("src")){const n=new URL(t.src).origin;n!==location.origin&&e.push({src:n,crossOrigin:t.crossOrigin||"module"===t.getAttribute("data-rocket-type")})}})),e=[...new Map(e.map((e=>[JSON.stringify(e),e]))).values()],this._batchInjectResourceHints(e,"preconnect")}async _loadEverythingNow(){this.lastBreath=Date.now(),this._delayEventListeners(),this._delayJQueryReady(this),this._handleDocumentWrite(),this._registerAllDelayedScripts(),this._preloadAllScripts(),await this._loadScriptsFromList(this.delayedScripts.normal),await this._loadScriptsFromList(this.delayedScripts.defer),await this._loadScriptsFromList(this.delayedScripts.async);try{await this._triggerDOMContentLoaded(),await this._triggerWindowLoad()}catch(e){}window.dispatchEvent(new Event("rocket-allScriptsLoaded")),this._replayClicks()}_registerAllDelayedScripts(){document.querySelectorAll("script[type=rocketlazyloadscript]").forEach((e=>{e.hasAttribute("src")?e.hasAttribute("async")&&!1!==e.async?this.delayedScripts.async.push(e):e.hasAttribute("defer")&&!1!==e.defer||"module"===e.getAttribute("data-rocket-type")?this.delayedScripts.defer.push(e):this.delayedScripts.normal.push(e):this.delayedScripts.normal.push(e)}))}async _transformScript(e){return await this._littleBreath(),new Promise((t=>{const n=document.createElement("script");[...e.attributes].forEach((e=>{let t=e.nodeName;"type"!==t&&("data-rocket-type"===t&&(t="type"),n.setAttribute(t,e.nodeValue))})),e.hasAttribute("src")?(n.addEventListener("load",t),n.addEventListener("error",t)):(n.text=e.text,t());try{e.parentNode.replaceChild(n,e)}catch(e){t()}}))}async _loadScriptsFromList(e){const t=e.shift();return t?(await this._transformScript(t),this._loadScriptsFromList(e)):Promise.resolve()}_preloadAllScripts(){this._batchInjectResourceHints([...this.delayedScripts.normal,...this.delayedScripts.defer,...this.delayedScripts.async],"preload")}_batchInjectResourceHints(e,t){var n=document.createDocumentFragment();e.forEach((e=>{if(e.src){const i=document.createElement("link");i.href=e.src,i.rel=t,"preconnect"!==t&&(i.as="script"),e.getAttribute&&"module"===e.getAttribute("data-rocket-type")&&(i.crossOrigin=!0),e.crossOrigin&&(i.crossOrigin=e.crossOrigin),n.appendChild(i)}})),document.head.appendChild(n)}_delayEventListeners(){let e={};function t(t,n){!function(t){function n(n){return e[t].eventsToRewrite.indexOf(n)>=0?"rocket-"+n:n}e[t]||(e[t]={originalFunctions:{add:t.addEventListener,remove:t.removeEventListener},eventsToRewrite:[]},t.addEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.add.apply(t,arguments)},t.removeEventListener=function(){arguments[0]=n(arguments[0]),e[t].originalFunctions.remove.apply(t,arguments)})}(t),e[t].eventsToRewrite.push(n)}function n(e,t){let n=e[t];Object.defineProperty(e,t,{get:()=>n||function(){},set(i){e["rocket"+t]=n=i}})}t(document,"DOMContentLoaded"),t(window,"DOMContentLoaded"),t(window,"load"),t(window,"pageshow"),t(document,"readystatechange"),n(document,"onreadystatechange"),n(window,"onload"),n(window,"onpageshow")}_delayJQueryReady(e){let t=window.jQuery;Object.defineProperty(window,"jQuery",{get:()=>t,set(n){if(n&&n.fn&&!e.allJQueries.includes(n)){n.fn.ready=n.fn.init.prototype.ready=function(t){e.domReadyFired?t.bind(document)(n):document.addEventListener("rocket-DOMContentLoaded",(()=>t.bind(document)(n)))};const t=n.fn.on;n.fn.on=n.fn.init.prototype.on=function(){if(this[0]===window){function e(e){return e.split(" ").map((e=>"load"===e||0===e.indexOf("load.")?"rocket-jquery-load":e)).join(" ")}"string"==typeof arguments[0]||arguments[0]instanceof String?arguments[0]=e(arguments[0]):"object"==typeof arguments[0]&&Object.keys(arguments[0]).forEach((t=>{delete Object.assign(arguments[0],{[e(t)]:arguments[0][t]})[t]}))}return t.apply(this,arguments),this},e.allJQueries.push(n)}t=n}})}async _triggerDOMContentLoaded(){this.domReadyFired=!0,await this._littleBreath(),document.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),window.dispatchEvent(new Event("rocket-DOMContentLoaded")),await this._littleBreath(),document.dispatchEvent(new Event("rocket-readystatechange")),await this._littleBreath(),document.rocketonreadystatechange&&document.rocketonreadystatechange()}async _triggerWindowLoad(){await this._littleBreath(),window.dispatchEvent(new Event("rocket-load")),await this._littleBreath(),window.rocketonload&&window.rocketonload(),await this._littleBreath(),this.allJQueries.forEach((e=>e(window).trigger("rocket-jquery-load"))),await this._littleBreath();const e=new Event("rocket-pageshow");e.persisted=this.persisted,window.dispatchEvent(e),await this._littleBreath(),window.rocketonpageshow&&window.rocketonpageshow({persisted:this.persisted})}_handleDocumentWrite(){const e=new Map;document.write=document.writeln=function(t){const n=document.currentScript,i=document.createRange(),r=n.parentElement;let o=e.get(n);void 0===o&&(o=n.nextSibling,e.set(n,o));const s=document.createDocumentFragment();i.setStart(s,0),s.appendChild(i.createContextualFragment(t)),r.insertBefore(s,o)}}async _littleBreath(){Date.now()-this.lastBreath>45&&(await this._requestAnimFrame(),this.lastBreath=Date.now())}async _requestAnimFrame(){return document.hidden?new Promise((e=>setTimeout(e))):new Promise((e=>requestAnimationFrame(e)))}static run(){const e=new RocketLazyLoadScripts;e._addUserInteractionListener(e)}}RocketLazyLoadScripts.run();</script> <meta name="viewport" content="width=device-width, initial-scale=1"> <link rel="profile" href="https://gmpg.org/xfn/11"> <meta name="google-site-verification" content="7J1Scm0i6RshVLpI0hLbiXG_RkL2kdvrgvi3rJobCiY" /> <!-- Hotjar Tracking Code for BARC – Data Decisions. Built on BARC. --> <script type="rocketlazyloadscript"> (function(h,o,t,j,a,r){ h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)}; h._hjSettings={hjid:5081313,hjsv:6}; a=o.getElementsByTagName('head')[0]; r=o.createElement('script');r.async=1; r.src=t+h._hjSettings.hjid+j+h._hjSettings.hjsv; a.appendChild(r); })(window,document,'https://static.hotjar.com/c/hotjar-','.js?sv='); </script> <style>img:is([sizes="auto" i], [sizes^="auto," i]) { contain-intrinsic-size: 3000px 1500px }</style> <link rel="alternate" hreflang="en" href="https://barc.com/reviews/business-intelligence-analytics/" /> <link rel="alternate" hreflang="de" href="https://barc.com/de/reviews/business-intelligence-analytics/" /> <link rel="alternate" hreflang="x-default" href="https://barc.com/reviews/business-intelligence-analytics/" /> <!-- Search Engine Optimization by Rank Math PRO - https://rankmath.com/ --> <title>Business Intelligence &amp; Analytics Archives | BARC - Data Decisions. Built on BARC.</title> <meta name="description" content="Find out what independent BARC analysts and users have to say about business intelligence &amp; analytics, their experiences, and their advice for others."/> <meta name="robots" content="follow, noindex"/> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Business Intelligence &amp; Analytics Archives | BARC - Data Decisions. Built on BARC." /> <meta property="og:description" content="Find out what independent BARC analysts and users have to say about business intelligence &amp; analytics, their experiences, and their advice for others." /> <meta property="og:url" content="https://barc.com/reviews/business-intelligence-analytics/" /> <meta property="og:site_name" content="BARC - Data Decisions. Built on BARC." /> <meta property="og:image" content="https://barc.com/wp-content/uploads/2022/09/beitragsbild-barc-logo.png" /> <meta property="og:image:secure_url" content="https://barc.com/wp-content/uploads/2022/09/beitragsbild-barc-logo.png" /> <meta property="og:image:width" content="1294" /> <meta property="og:image:height" content="631" /> <meta property="og:image:type" content="image/png" /> <meta name="twitter:card" content="summary_large_image" /> <meta name="twitter:title" content="Business Intelligence &amp; Analytics Archives | BARC - Data Decisions. Built on BARC." /> <meta name="twitter:description" content="Find out what independent BARC analysts and users have to say about business intelligence &amp; analytics, their experiences, and their advice for others." /> <meta name="twitter:image" content="https://barc.com/wp-content/uploads/2022/09/beitragsbild-barc-logo.png" /> <meta name="twitter:label1" content="Reviews" /> <meta name="twitter:data1" content="20" /> <script type="application/ld+json" class="rank-math-schema-pro">{"@context":"https://schema.org","@graph":[{"@type":"Place","@id":"https://barc.com/#place","address":{"@type":"PostalAddress","streetAddress":"Berliner Platz 7","addressLocality":"W\u00fcrzburg","addressRegion":"Bayern","postalCode":"97080","addressCountry":"Germany"}},{"@type":"ProfessionalService","@id":"https://barc.com/#organization","name":"BARC - Data Decisions. Built on BARC.","url":"https://barc.com","email":"info@barc.com","address":{"@type":"PostalAddress","streetAddress":"Berliner Platz 7","addressLocality":"W\u00fcrzburg","addressRegion":"Bayern","postalCode":"97080","addressCountry":"Germany"},"logo":{"@type":"ImageObject","@id":"https://barc.com/#logo","url":"https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg","contentUrl":"https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg","caption":"BARC - Data Decisions. Built on BARC.","inLanguage":"en-US","width":"532","height":"170"},"openingHours":["Monday,Tuesday,Wednesday,Thursday,Friday,Saturday,Sunday 09:00-17:00"],"location":{"@id":"https://barc.com/#place"},"image":{"@id":"https://barc.com/#logo"}},{"@type":"WebSite","@id":"https://barc.com/#website","url":"https://barc.com","name":"BARC - Data Decisions. Built on BARC.","publisher":{"@id":"https://barc.com/#organization"},"inLanguage":"en-US"},{"@type":"BreadcrumbList","@id":"https://barc.com/reviews/business-intelligence-analytics/#breadcrumb","itemListElement":[{"@type":"ListItem","position":"1","item":{"@id":"https://barc.com","name":"Home"}},{"@type":"ListItem","position":"2","item":{"@id":"https://barc.com/reviews/business-intelligence-analytics/","name":"Business Intelligence &amp; Analytics"}}]},{"@type":"CollectionPage","@id":"https://barc.com/reviews/business-intelligence-analytics/#webpage","url":"https://barc.com/reviews/business-intelligence-analytics/","name":"Business Intelligence &amp; Analytics Archives | BARC - Data Decisions. Built on BARC.","isPartOf":{"@id":"https://barc.com/#website"},"inLanguage":"en-US","breadcrumb":{"@id":"https://barc.com/reviews/business-intelligence-analytics/#breadcrumb"}}]}</script> <!-- /Rank Math WordPress SEO plugin --> <link rel='dns-prefetch' href='//www.google.com' /> <link rel="alternate" type="application/rss+xml" title="BARC - Data Decisions. Built on BARC. &raquo; Feed" href="https://barc.com/feed/" /> <link rel="alternate" type="application/rss+xml" title="BARC - Data Decisions. Built on BARC. &raquo; Comments Feed" href="https://barc.com/comments/feed/" /> <link rel="alternate" type="application/rss+xml" title="BARC - Data Decisions. Built on BARC. &raquo; Business Intelligence &amp; Analytics Review Category Feed" href="https://barc.com/reviews/business-intelligence-analytics/feed/" /> <link data-minify="1" rel='stylesheet' id='wc-blocks-integration-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-subscriptions/vendor/woocommerce/subscriptions-core/build/index.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='afreg-front-css-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/user-registration-plugin-for-woocommerce/front/css/afreg_front.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='color-spectrum-css-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/user-registration-plugin-for-woocommerce/front/css/afreg_color_spectrum.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='wp-block-library-css' href='https://barc.com/wp-includes/css/dist/block-library/style.min.css?ver=6.7.2' media='all' /> <link rel='stylesheet' id='astra-theme-css-css' href='https://barc.com/wp-content/themes/astra/assets/css/minified/style.min.css?ver=4.8.10' media='all' /> <style id='astra-theme-css-inline-css'> .ast-no-sidebar .entry-content .alignfull {margin-left: calc( -50vw + 50%);margin-right: calc( -50vw + 50%);max-width: 100vw;width: 100vw;}.ast-no-sidebar .entry-content .alignwide {margin-left: calc(-41vw + 50%);margin-right: calc(-41vw + 50%);max-width: unset;width: unset;}.ast-no-sidebar .entry-content .alignfull .alignfull,.ast-no-sidebar .entry-content .alignfull .alignwide,.ast-no-sidebar .entry-content .alignwide .alignfull,.ast-no-sidebar .entry-content .alignwide .alignwide,.ast-no-sidebar .entry-content .wp-block-column .alignfull,.ast-no-sidebar .entry-content .wp-block-column .alignwide{width: 100%;margin-left: auto;margin-right: auto;}.wp-block-gallery,.blocks-gallery-grid {margin: 0;}.wp-block-separator {max-width: 100px;}.wp-block-separator.is-style-wide,.wp-block-separator.is-style-dots {max-width: none;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 10px;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 10px;}@media (max-width: 782px) {.entry-content .wp-block-columns .wp-block-column {flex-basis: 100%;}.entry-content .has-2-columns .wp-block-column:first-child {padding-right: 0;}.entry-content .has-2-columns .wp-block-column:last-child {padding-left: 0;}}body .entry-content .wp-block-latest-posts {margin-left: 0;}body .entry-content .wp-block-latest-posts li {list-style: none;}.ast-no-sidebar .ast-container .entry-content .wp-block-latest-posts {margin-left: 0;}.ast-header-break-point .entry-content .alignwide {margin-left: auto;margin-right: auto;}.entry-content .blocks-gallery-item img {margin-bottom: auto;}.wp-block-pullquote {border-top: 4px solid #555d66;border-bottom: 4px solid #555d66;color: #40464d;}:root{--ast-post-nav-space:0;--ast-container-default-xlg-padding:6.67em;--ast-container-default-lg-padding:5.67em;--ast-container-default-slg-padding:4.34em;--ast-container-default-md-padding:3.34em;--ast-container-default-sm-padding:6.67em;--ast-container-default-xs-padding:2.4em;--ast-container-default-xxs-padding:1.4em;--ast-code-block-background:#EEEEEE;--ast-comment-inputs-background:#FAFAFA;--ast-normal-container-width:1200px;--ast-narrow-container-width:750px;--ast-blog-title-font-weight:normal;--ast-blog-meta-weight:inherit;--ast-global-color-primary:var(--ast-global-color-5);--ast-global-color-secondary:var(--ast-global-color-4);--ast-global-color-alternate-background:var(--ast-global-color-7);--ast-global-color-subtle-background:var(--ast-global-color-6);}html{font-size:112.5%;}a,.page-title{color:#33cc99;}a:hover,a:focus{color:#5ccca4;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-family:'Open Sans',sans-serif;font-weight:400;font-size:18px;font-size:1rem;line-height:var(--ast-body-line-height,1.65em);}blockquote{color:#000512;}p,.entry-content p{margin-bottom:1.4em;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6,.site-title,.site-title a{font-family:'Open Sans',sans-serif;font-weight:700;line-height:1.3em;}.site-title{font-size:35px;font-size:1.9444444444444rem;display:none;}.site-header .site-description{font-size:15px;font-size:0.83333333333333rem;display:none;}.entry-title{font-size:26px;font-size:1.4444444444444rem;}.archive .ast-article-post .ast-article-inner,.blog .ast-article-post .ast-article-inner,.archive .ast-article-post .ast-article-inner:hover,.blog .ast-article-post .ast-article-inner:hover{overflow:hidden;}h1,.entry-content h1{font-size:40px;font-size:2.2222222222222rem;font-weight:700;font-family:'Open Sans',sans-serif;line-height:1.4em;}h2,.entry-content h2{font-size:30px;font-size:1.6666666666667rem;font-family:'Open Sans',sans-serif;line-height:1.3em;}h3,.entry-content h3{font-size:25px;font-size:1.3888888888889rem;font-family:'Open Sans',sans-serif;line-height:1.3em;}h4,.entry-content h4{font-size:22px;font-size:1.2222222222222rem;line-height:1.2em;font-weight:700;font-family:'Open Sans',sans-serif;}h5,.entry-content h5{font-size:20px;font-size:1.1111111111111rem;line-height:1.2em;font-family:'Open Sans',sans-serif;}h6,.entry-content h6{font-size:16px;font-size:0.88888888888889rem;line-height:1.25em;font-family:'Open Sans',sans-serif;}::selection{background-color:var(--ast-global-color-0);color:#ffffff;}body,h1,.entry-title a,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#41505d;}.tagcloud a:hover,.tagcloud a:focus,.tagcloud a.current-item{color:#000000;border-color:#33cc99;background-color:#33cc99;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,textarea:focus{border-color:#33cc99;}input[type="radio"]:checked,input[type=reset],input[type="checkbox"]:checked,input[type="checkbox"]:hover:checked,input[type="checkbox"]:focus:checked,input[type=range]::-webkit-slider-thumb{border-color:#33cc99;background-color:#33cc99;box-shadow:none;}.site-footer a:hover + .post-count,.site-footer a:focus + .post-count{background:#33cc99;border-color:#33cc99;}.single .nav-links .nav-previous,.single .nav-links .nav-next{color:#33cc99;}.entry-meta,.entry-meta *{line-height:1.45;color:#33cc99;}.entry-meta a:not(.ast-button):hover,.entry-meta a:not(.ast-button):hover *,.entry-meta a:not(.ast-button):focus,.entry-meta a:not(.ast-button):focus *,.page-links > .page-link,.page-links .page-link:hover,.post-navigation a:hover{color:#5ccca4;}#cat option,.secondary .calendar_wrap thead a,.secondary .calendar_wrap thead a:visited{color:#33cc99;}.secondary .calendar_wrap #today,.ast-progress-val span{background:#33cc99;}.secondary a:hover + .post-count,.secondary a:focus + .post-count{background:#33cc99;border-color:#33cc99;}.calendar_wrap #today > a{color:#000000;}.page-links .page-link,.single .post-navigation a{color:#33cc99;}.ast-header-break-point .main-header-bar .ast-button-wrap .menu-toggle{border-radius:100px;}.ast-search-menu-icon .search-form button.search-submit{padding:0 4px;}.ast-search-menu-icon form.search-form{padding-right:0;}.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-form,.ast-header-search .ast-search-menu-icon.ast-dropdown-active .search-field:focus{transition:all 0.2s;}.search-form input.search-field:focus{outline:none;}.widget-title,.widget .wp-block-heading{font-size:25px;font-size:1.3888888888889rem;color:#41505d;}.single .ast-author-details .author-title{color:#5ccca4;}.ast-search-menu-icon.slide-search a:focus-visible:focus-visible,.astra-search-icon:focus-visible,#close:focus-visible,a:focus-visible,.ast-menu-toggle:focus-visible,.site .skip-link:focus-visible,.wp-block-loginout input:focus-visible,.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper,.ast-header-navigation-arrow:focus-visible,.woocommerce .wc-proceed-to-checkout > .checkout-button:focus-visible,.woocommerce .woocommerce-MyAccount-navigation ul li a:focus-visible,.ast-orders-table__row .ast-orders-table__cell:focus-visible,.woocommerce .woocommerce-order-details .order-again > .button:focus-visible,.woocommerce .woocommerce-message a.button.wc-forward:focus-visible,.woocommerce #minus_qty:focus-visible,.woocommerce #plus_qty:focus-visible,a#ast-apply-coupon:focus-visible,.woocommerce .woocommerce-info a:focus-visible,.woocommerce .astra-shop-summary-wrap a:focus-visible,.woocommerce a.wc-forward:focus-visible,#ast-apply-coupon:focus-visible,.woocommerce-js .woocommerce-mini-cart-item a.remove:focus-visible,#close:focus-visible,.button.search-submit:focus-visible,#search_submit:focus,.normal-search:focus-visible,.ast-header-account-wrap:focus-visible,.woocommerce .ast-on-card-button.ast-quick-view-trigger:focus{outline-style:dotted;outline-color:inherit;outline-width:thin;}input:focus,input[type="text"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="password"]:focus,input[type="reset"]:focus,input[type="search"]:focus,input[type="number"]:focus,textarea:focus,.wp-block-search__input:focus,[data-section="section-header-mobile-trigger"] .ast-button-wrap .ast-mobile-menu-trigger-minimal:focus,.ast-mobile-popup-drawer.active .menu-toggle-close:focus,.woocommerce-ordering select.orderby:focus,#ast-scroll-top:focus,#coupon_code:focus,.woocommerce-page #comment:focus,.woocommerce #reviews #respond input#submit:focus,.woocommerce a.add_to_cart_button:focus,.woocommerce .button.single_add_to_cart_button:focus,.woocommerce .woocommerce-cart-form button:focus,.woocommerce .woocommerce-cart-form__cart-item .quantity .qty:focus,.woocommerce .woocommerce-billing-fields .woocommerce-billing-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce #order_comments:focus,.woocommerce #place_order:focus,.woocommerce .woocommerce-address-fields .woocommerce-address-fields__field-wrapper .woocommerce-input-wrapper > .input-text:focus,.woocommerce .woocommerce-MyAccount-content form button:focus,.woocommerce .woocommerce-MyAccount-content .woocommerce-EditAccountForm .woocommerce-form-row .woocommerce-Input.input-text:focus,.woocommerce .ast-woocommerce-container .woocommerce-pagination ul.page-numbers li a:focus,body #content .woocommerce form .form-row .select2-container--default .select2-selection--single:focus,#ast-coupon-code:focus,.woocommerce.woocommerce-js .quantity input[type=number]:focus,.woocommerce-js .woocommerce-mini-cart-item .quantity input[type=number]:focus,.woocommerce p#ast-coupon-trigger:focus{border-style:dotted;border-color:inherit;border-width:thin;}input{outline:none;}.woocommerce-js input[type=text]:focus,.woocommerce-js input[type=email]:focus,.woocommerce-js textarea:focus,input[type=number]:focus,.comments-area textarea#comment:focus,.comments-area textarea#comment:active,.comments-area .ast-comment-formwrap input[type="text"]:focus,.comments-area .ast-comment-formwrap input[type="text"]:active{outline-style:disable;outline-color:inherit;outline-width:thin;}.main-header-menu .menu-link,.ast-header-custom-item a{color:#41505d;}.main-header-menu .menu-item:hover > .menu-link,.main-header-menu .menu-item:hover > .ast-menu-toggle,.main-header-menu .ast-masthead-custom-menu-items a:hover,.main-header-menu .menu-item.focus > .menu-link,.main-header-menu .menu-item.focus > .ast-menu-toggle,.main-header-menu .current-menu-item > .menu-link,.main-header-menu .current-menu-ancestor > .menu-link,.main-header-menu .current-menu-item > .ast-menu-toggle,.main-header-menu .current-menu-ancestor > .ast-menu-toggle{color:#33cc99;}.header-main-layout-3 .ast-main-header-bar-alignment{margin-right:auto;}.header-main-layout-2 .site-header-section-left .ast-site-identity{text-align:left;}.ast-logo-title-inline .site-logo-img{padding-right:1em;}.site-logo-img img{ transition:all 0.2s linear;}body .ast-oembed-container > *{position:absolute;top:0;width:100%;height:100%;left:0;}body .wp-block-embed-pocket-casts .ast-oembed-container *{position:unset;}.ast-header-break-point .ast-mobile-menu-buttons-minimal.menu-toggle{background:transparent;color:#ccffcc;}.ast-header-break-point .ast-mobile-menu-buttons-outline.menu-toggle{background:transparent;border:1px solid #ccffcc;color:#ccffcc;}.ast-header-break-point .ast-mobile-menu-buttons-fill.menu-toggle{background:#ccffcc;color:var(--ast-global-color-0);}.ast-single-post-featured-section + article {margin-top: 2em;}.site-content .ast-single-post-featured-section img {width: 100%;overflow: hidden;object-fit: cover;}.site > .ast-single-related-posts-container {margin-top: 0;}@media (min-width: 922px) {.ast-desktop .ast-container--narrow {max-width: var(--ast-narrow-container-width);margin: 0 auto;}}.ast-page-builder-template .hentry {margin: 0;}.ast-page-builder-template .site-content > .ast-container {max-width: 100%;padding: 0;}.ast-page-builder-template .site .site-content #primary {padding: 0;margin: 0;}.ast-page-builder-template .no-results {text-align: center;margin: 4em auto;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-thumbnail {margin-top: 0;}.ast-page-builder-template .entry-header.ast-header-without-markup {margin-top: 0;margin-bottom: 0;}.ast-page-builder-template .entry-header.ast-no-title.ast-no-meta {margin-bottom: 0;}.ast-page-builder-template.single .post-navigation {padding-bottom: 2em;}.ast-page-builder-template.single-post .site-content > .ast-container {max-width: 100%;}.ast-page-builder-template .entry-header {margin-top: 4em;margin-left: auto;margin-right: auto;padding-left: 20px;padding-right: 20px;}.single.ast-page-builder-template .entry-header {padding-left: 20px;padding-right: 20px;}.ast-page-builder-template .ast-archive-description {margin: 4em auto 0;padding-left: 20px;padding-right: 20px;}.ast-page-builder-template.ast-no-sidebar .entry-content .alignwide {margin-left: 0;margin-right: 0;}.footer-adv .footer-adv-overlay{border-top-style:solid;border-top-color:#7a7a7a;}.wp-block-buttons.aligncenter{justify-content:center;}@media (min-width:1200px){.wp-block-group .has-background{padding:20px;}}@media (min-width:1200px){.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-cover.alignwide,.ast-page-builder-template.ast-no-sidebar .entry-content .wp-block-cover.alignfull{padding-right:0;padding-left:0;}}@media (min-width:1200px){.wp-block-cover-image.alignwide .wp-block-cover__inner-container,.wp-block-cover.alignwide .wp-block-cover__inner-container,.wp-block-cover-image.alignfull .wp-block-cover__inner-container,.wp-block-cover.alignfull .wp-block-cover__inner-container{width:100%;}}.wp-block-columns{margin-bottom:unset;}.wp-block-image.size-full{margin:2rem 0;}.wp-block-separator.has-background{padding:0;}.wp-block-gallery{margin-bottom:1.6em;}.wp-block-group{padding-top:4em;padding-bottom:4em;}.wp-block-group__inner-container .wp-block-columns:last-child,.wp-block-group__inner-container :last-child,.wp-block-table table{margin-bottom:0;}.blocks-gallery-grid{width:100%;}.wp-block-navigation-link__content{padding:5px 0;}.wp-block-group .wp-block-group .has-text-align-center,.wp-block-group .wp-block-column .has-text-align-center{max-width:100%;}.has-text-align-center{margin:0 auto;}@media (min-width:1200px){.wp-block-cover__inner-container,.alignwide .wp-block-group__inner-container,.alignfull .wp-block-group__inner-container{max-width:1200px;margin:0 auto;}.wp-block-group.alignnone,.wp-block-group.aligncenter,.wp-block-group.alignleft,.wp-block-group.alignright,.wp-block-group.alignwide,.wp-block-columns.alignwide{margin:2rem 0 1rem 0;}}@media (max-width:1200px){.wp-block-group{padding:3em;}.wp-block-group .wp-block-group{padding:1.5em;}.wp-block-columns,.wp-block-column{margin:1rem 0;}}@media (min-width:921px){.wp-block-columns .wp-block-group{padding:2em;}}@media (max-width:544px){.wp-block-cover-image .wp-block-cover__inner-container,.wp-block-cover .wp-block-cover__inner-container{width:unset;}.wp-block-cover,.wp-block-cover-image{padding:2em 0;}.wp-block-group,.wp-block-cover{padding:2em;}.wp-block-media-text__media img,.wp-block-media-text__media video{width:unset;max-width:100%;}.wp-block-media-text.has-background .wp-block-media-text__content{padding:1em;}.wp-block-media-text .wp-block-media-text__content{padding:3em 2em;}}.wp-block-image.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-table.aligncenter{margin-left:auto;margin-right:auto;}.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link.wp-element-button,.ast-outline-button,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button{border-color:#ccffcc;border-top-width:2px;border-right-width:2px;border-bottom-width:2px;border-left-width:2px;font-family:inherit;font-weight:normal;line-height:1em;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.wp-block-button.is-style-outline .wp-block-button__link:hover,.wp-block-buttons .wp-block-button.is-style-outline .wp-block-button__link:focus,.wp-block-buttons .wp-block-button.is-style-outline > .wp-block-button__link:not(.has-text-color):hover,.wp-block-buttons .wp-block-button.wp-block-button__link.is-style-outline:not(.has-text-color):hover,.ast-outline-button:hover,.ast-outline-button:focus,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:hover,.wp-block-uagb-buttons-child .uagb-buttons-repeater.ast-outline-button:focus{background-color:#d6ffd6;}.wp-block-button .wp-block-button__link.wp-element-button.is-style-outline:not(.has-background),.wp-block-button.is-style-outline>.wp-block-button__link.wp-element-button:not(.has-background),.ast-outline-button{background-color:#ccffcc;}.entry-content[data-ast-blocks-layout] > figure{margin-bottom:1em;}.review-rating{display:flex;align-items:center;order:2;}@media (max-width:921px){.ast-separate-container #primary,.ast-separate-container #secondary{padding:1.5em 0;}#primary,#secondary{padding:1.5em 0;margin:0;}.ast-left-sidebar #content > .ast-container{display:flex;flex-direction:column-reverse;width:100%;}.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single{padding:1.5em 2.14em;}.ast-author-box img.avatar{margin:20px 0 0 0;}}@media (min-width:922px){.ast-separate-container.ast-right-sidebar #primary,.ast-separate-container.ast-left-sidebar #primary{border:0;}.search-no-results.ast-separate-container #primary{margin-bottom:4em;}}.elementor-button-wrapper .elementor-button{border-style:solid;text-decoration:none;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;}body .elementor-button.elementor-size-sm,body .elementor-button.elementor-size-xs,body .elementor-button.elementor-size-md,body .elementor-button.elementor-size-lg,body .elementor-button.elementor-size-xl,body .elementor-button{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.elementor-button-wrapper .elementor-button{border-color:#ccffcc;background-color:#ccffcc;}.elementor-button-wrapper .elementor-button:hover,.elementor-button-wrapper .elementor-button:focus{color:var(--ast-global-color-0);background-color:#d6ffd6;border-color:#d6ffd6;}.wp-block-button .wp-block-button__link ,.elementor-button-wrapper .elementor-button,.elementor-button-wrapper .elementor-button:visited{color:var(--ast-global-color-0);}.elementor-button-wrapper .elementor-button{font-weight:normal;line-height:1.3em;}.wp-block-button .wp-block-button__link:hover,.wp-block-button .wp-block-button__link:focus{color:var(--ast-global-color-0);background-color:#d6ffd6;border-color:#d6ffd6;}.elementor-widget-heading h1.elementor-heading-title{line-height:1.4em;}.elementor-widget-heading h2.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h3.elementor-heading-title{line-height:1.3em;}.elementor-widget-heading h4.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h5.elementor-heading-title{line-height:1.2em;}.elementor-widget-heading h6.elementor-heading-title{line-height:1.25em;}.wp-block-button .wp-block-button__link{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-color:#ccffcc;background-color:#ccffcc;color:var(--ast-global-color-0);font-family:inherit;font-weight:normal;line-height:1.3em;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.menu-toggle,button,.ast-button,.ast-custom-button,.button,input#submit,input[type="button"],input[type="submit"],input[type="reset"]{border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;color:var(--ast-global-color-0);border-color:#ccffcc;background-color:#ccffcc;font-family:inherit;font-weight:normal;line-height:1.3em;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}button:focus,.menu-toggle:hover,button:hover,.ast-button:hover,.ast-custom-button:hover .button:hover,.ast-custom-button:hover ,input[type=reset]:hover,input[type=reset]:focus,input#submit:hover,input#submit:focus,input[type="button"]:hover,input[type="button"]:focus,input[type="submit"]:hover,input[type="submit"]:focus{color:var(--ast-global-color-0);background-color:#d6ffd6;border-color:#d6ffd6;}@media (max-width:921px){.ast-mobile-header-stack .main-header-bar .ast-search-menu-icon{display:inline-block;}.ast-header-break-point.ast-header-custom-item-outside .ast-mobile-header-stack .main-header-bar .ast-search-icon{margin:0;}.ast-comment-avatar-wrap img{max-width:2.5em;}.ast-comment-meta{padding:0 1.8888em 1.3333em;}.ast-separate-container .ast-comment-list li.depth-1{padding:1.5em 2.14em;}.ast-separate-container .comment-respond{padding:2em 2.14em;}}@media (min-width:544px){.ast-container{max-width:100%;}}@media (max-width:544px){.ast-separate-container .ast-article-post,.ast-separate-container .ast-article-single,.ast-separate-container .comments-title,.ast-separate-container .ast-archive-description{padding:1.5em 1em;}.ast-separate-container #content .ast-container{padding-left:0.54em;padding-right:0.54em;}.ast-separate-container .ast-comment-list .bypostauthor{padding:.5em;}.ast-search-menu-icon.ast-dropdown-active .search-field{width:170px;}.site-branding img,.site-header .site-logo-img .custom-logo-link img{max-width:100%;}}.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button,.ast-theme-transparent-header .main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button{font-family:inherit;font-weight:inherit;line-height:1;}.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button{background-color:#65d6ad;padding-top:12px;padding-bottom:12px;padding-left:15px;padding-right:15px;border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;border-style:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;}.main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover{background-color:#8eedc7;}.ast-theme-transparent-header .main-header-bar .button-custom-menu-item .ast-custom-button-link .ast-custom-button{border-style:solid;} #ast-mobile-header .ast-site-header-cart-li a{pointer-events:none;}@media (min-width:545px){.ast-page-builder-template .comments-area,.single.ast-page-builder-template .entry-header,.single.ast-page-builder-template .post-navigation,.single.ast-page-builder-template .ast-single-related-posts-container{max-width:1240px;margin-left:auto;margin-right:auto;}}.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -6.67em;margin-right: -6.67em;width: auto;}@media (max-width: 1200px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.4em;margin-right: -2.4em;}}@media (max-width: 768px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -2.14em;margin-right: -2.14em;}}@media (max-width: 544px) {.ast-no-sidebar.ast-separate-container .entry-content .alignfull {margin-left: -1em;margin-right: -1em;}}.ast-no-sidebar.ast-separate-container .entry-content .alignwide {margin-left: -20px;margin-right: -20px;}.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignfull,.ast-no-sidebar.ast-separate-container .entry-content .wp-block-column .alignwide {margin-left: auto;margin-right: auto;width: 100%;}@media (max-width:921px){.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:544px){.widget-title{font-size:22px;font-size:1.375rem;}body,button,input,select,textarea,.ast-button,.ast-custom-button{font-size:16px;font-size:0.88888888888889rem;}#secondary,#secondary button,#secondary input,#secondary select,#secondary textarea{font-size:16px;font-size:0.88888888888889rem;}.site-title{display:none;}.site-header .site-description{display:none;}h1,.entry-content h1{font-size:30px;}h2,.entry-content h2{font-size:25px;}h3,.entry-content h3{font-size:20px;}}@media (max-width:921px){html{font-size:102.6%;}}@media (max-width:544px){html{font-size:112.5%;}}@media (min-width:922px){.ast-container{max-width:1240px;}}@font-face {font-family: "Astra";src: url(https://barc.com/wp-content/themes/astra/assets/fonts/astra.woff) format("woff"),url(https://barc.com/wp-content/themes/astra/assets/fonts/astra.ttf) format("truetype"),url(https://barc.com/wp-content/themes/astra/assets/fonts/astra.svg#astra) format("svg");font-weight: normal;font-style: normal;font-display: fallback;}@media (max-width:1143px) {.main-header-bar .main-header-bar-navigation{display:none;}}.ast-blog-layout-classic-grid .ast-article-inner{box-shadow:0px 6px 15px -2px rgba(16,24,40,0.05);}.ast-separate-container .ast-blog-layout-classic-grid .ast-article-inner,.ast-plain-container .ast-blog-layout-classic-grid .ast-article-inner{height:100%;}.ast-blog-layout-6-grid .ast-blog-featured-section:before {content: "";}.cat-links.badge a,.tags-links.badge a {padding: 4px 8px;border-radius: 3px;font-weight: 400;}.cat-links.underline a,.tags-links.underline a{text-decoration: underline;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu,.ast-desktop .main-header-menu.submenu-with-border .astra-full-megamenu-wrapper{border-color:var(--ast-global-color-0);}.ast-desktop .main-header-menu.submenu-with-border .sub-menu{border-style:solid;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .sub-menu{top:-0px;}.ast-desktop .main-header-menu.submenu-with-border .sub-menu .menu-link,.ast-desktop .main-header-menu.submenu-with-border .children .menu-link{border-bottom-width:1px;border-style:solid;border-color:rgba(140,237,198,0.17);}@media (min-width:922px){.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu:hover > .sub-menu,.main-header-menu .sub-menu .menu-item.ast-left-align-sub-menu.focus > .sub-menu{margin-left:-0px;}}.ast-small-footer{border-top-style:solid;border-top-width:1px;border-top-color:#7a7a7a;}.ast-small-footer-wrap{text-align:center;}.site .comments-area{padding-bottom:3em;}.ast-header-break-point .main-navigation ul .button-custom-menu-item .menu-link {padding: 0 20px;display: inline-block;width: 100%;border-bottom-width: 1px;border-style: solid;border-color: #eaeaea;}.button-custom-menu-item .ast-custom-button-link .ast-custom-button {font-size: inherit;font-family: inherit;font-weight: inherit;}.button-custom-menu-item .ast-custom-button-link .ast-custom-button:hover {transition: all 0.1s ease-in-out;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .main-header-bar-navigation .ast-search-icon {display: none;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-form {padding: 0;display: block;overflow: hidden;}.ast-header-break-point .ast-header-custom-item .widget:last-child {margin-bottom: 1em;}.ast-header-custom-item .widget {margin: 0.5em;display: inline-block;vertical-align: middle;}.ast-header-custom-item .widget p {margin-bottom: 0;}.ast-header-custom-item .widget li {width: auto;}.ast-header-custom-item-inside .button-custom-menu-item .menu-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .ast-custom-button-link {display: none;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item .menu-link {display: block;}.ast-header-break-point.ast-header-custom-item-outside .main-header-bar .ast-search-icon {margin-right: 1em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-field,.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon.ast-inline-search .search-field {width: 100%;padding-right: 5.5em;}.ast-header-break-point.ast-header-custom-item-inside .main-header-bar .ast-search-menu-icon .search-submit {display: block;position: absolute;height: 100%;top: 0;right: 0;padding: 0 1em;border-radius: 0;}.ast-header-break-point .ast-header-custom-item .ast-masthead-custom-menu-items {padding-left: 20px;padding-right: 20px;margin-bottom: 1em;margin-top: 1em;}.ast-header-custom-item-inside.ast-header-break-point .button-custom-menu-item {padding-left: 0;padding-right: 0;margin-top: 0;margin-bottom: 0;}.astra-icon-down_arrow::after {content: "\e900";font-family: Astra;}.astra-icon-close::after {content: "\e5cd";font-family: Astra;}.astra-icon-drag_handle::after {content: "\e25d";font-family: Astra;}.astra-icon-format_align_justify::after {content: "\e235";font-family: Astra;}.astra-icon-menu::after {content: "\e5d2";font-family: Astra;}.astra-icon-reorder::after {content: "\e8fe";font-family: Astra;}.astra-icon-search::after {content: "\e8b6";font-family: Astra;}.astra-icon-zoom_in::after {content: "\e56b";font-family: Astra;}.astra-icon-check-circle::after {content: "\e901";font-family: Astra;}.astra-icon-shopping-cart::after {content: "\f07a";font-family: Astra;}.astra-icon-shopping-bag::after {content: "\f290";font-family: Astra;}.astra-icon-shopping-basket::after {content: "\f291";font-family: Astra;}.astra-icon-circle-o::after {content: "\e903";font-family: Astra;}.astra-icon-certificate::after {content: "\e902";font-family: Astra;}blockquote {padding: 1.2em;}:root .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-color{color:var(--ast-global-color-0);}:root .wp-block-button .has-ast-global-color-0-background-color{background-color:var(--ast-global-color-0);}:root .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-color{color:var(--ast-global-color-1);}:root .wp-block-button .has-ast-global-color-1-background-color{background-color:var(--ast-global-color-1);}:root .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-color{color:var(--ast-global-color-2);}:root .wp-block-button .has-ast-global-color-2-background-color{background-color:var(--ast-global-color-2);}:root .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-color{color:var(--ast-global-color-3);}:root .wp-block-button .has-ast-global-color-3-background-color{background-color:var(--ast-global-color-3);}:root .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-color{color:var(--ast-global-color-4);}:root .wp-block-button .has-ast-global-color-4-background-color{background-color:var(--ast-global-color-4);}:root .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-color{color:var(--ast-global-color-5);}:root .wp-block-button .has-ast-global-color-5-background-color{background-color:var(--ast-global-color-5);}:root .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-color{color:var(--ast-global-color-6);}:root .wp-block-button .has-ast-global-color-6-background-color{background-color:var(--ast-global-color-6);}:root .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-color{color:var(--ast-global-color-7);}:root .wp-block-button .has-ast-global-color-7-background-color{background-color:var(--ast-global-color-7);}:root .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-color{color:var(--ast-global-color-8);}:root .wp-block-button .has-ast-global-color-8-background-color{background-color:var(--ast-global-color-8);}:root{--ast-global-color-0:#006382;--ast-global-color-1:#8eedc7;--ast-global-color-2:#cee4c3;--ast-global-color-3:#0053c9;--ast-global-color-4:#65d6ad;--ast-global-color-5:#8e9499;--ast-global-color-6:#F2F5F7;--ast-global-color-7:#424242;--ast-global-color-8:#000000;}:root {--ast-border-color : #dddddd;}.ast-archive-entry-banner {-js-display: flex;display: flex;flex-direction: column;justify-content: center;text-align: center;position: relative;background: #eeeeee;}.ast-archive-entry-banner[data-banner-width-type="custom"] {margin: 0 auto;width: 100%;}.ast-archive-entry-banner[data-banner-layout="layout-1"] {background: inherit;padding: 20px 0;text-align: left;}body.archive .ast-archive-description{max-width:1200px;width:100%;text-align:left;padding-top:3em;padding-right:3em;padding-bottom:3em;padding-left:3em;}body.archive .ast-archive-description .ast-archive-title,body.archive .ast-archive-description .ast-archive-title *{font-size:40px;font-size:2.2222222222222rem;}body.archive .ast-archive-description > *:not(:last-child){margin-bottom:10px;}@media (max-width:921px){body.archive .ast-archive-description{text-align:left;}}@media (max-width:544px){body.archive .ast-archive-description{text-align:left;}}.ast-breadcrumbs .trail-browse,.ast-breadcrumbs .trail-items,.ast-breadcrumbs .trail-items li{display:inline-block;margin:0;padding:0;border:none;background:inherit;text-indent:0;text-decoration:none;}.ast-breadcrumbs .trail-browse{font-size:inherit;font-style:inherit;font-weight:inherit;color:inherit;}.ast-breadcrumbs .trail-items{list-style:none;}.trail-items li::after{padding:0 0.3em;content:"\00bb";}.trail-items li:last-of-type::after{display:none;}h1,.entry-content h1,h2,.entry-content h2,h3,.entry-content h3,h4,.entry-content h4,h5,.entry-content h5,h6,.entry-content h6{color:#006382;}.elementor-posts-container [CLASS*="ast-width-"]{width:100%;}.elementor-template-full-width .ast-container{display:block;}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{top:0 !important;}@media (max-width:544px){.elementor-element .elementor-wc-products .woocommerce[class*="columns-"] ul.products li.product{width:auto;margin:0;}.elementor-element .woocommerce .woocommerce-result-count{float:none;}}.ast-header-break-point .main-header-bar{border-bottom-width:1px;}@media (min-width:922px){.main-header-bar{border-bottom-width:1px;}}.main-header-menu .menu-item,#astra-footer-menu .menu-item,.main-header-bar .ast-masthead-custom-menu-items{-js-display:flex;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-moz-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-moz-box-orient:vertical;-moz-box-direction:normal;-ms-flex-direction:column;flex-direction:column;}.main-header-menu > .menu-item > .menu-link,#astra-footer-menu > .menu-item > .menu-link{height:100%;-webkit-box-align:center;-webkit-align-items:center;-moz-box-align:center;-ms-flex-align:center;align-items:center;-js-display:flex;display:flex;}.ast-primary-menu-disabled .main-header-bar .ast-masthead-custom-menu-items{flex:unset;}.main-header-menu .sub-menu .menu-item.menu-item-has-children > .menu-link:after{position:absolute;right:1em;top:50%;transform:translate(0,-50%) rotate(270deg);}.ast-header-break-point .main-header-bar .main-header-bar-navigation .page_item_has_children > .ast-menu-toggle::before,.ast-header-break-point .main-header-bar .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before,.ast-mobile-popup-drawer .main-header-bar-navigation .menu-item-has-children>.ast-menu-toggle::before,.ast-header-break-point .ast-mobile-header-wrap .main-header-bar-navigation .menu-item-has-children > .ast-menu-toggle::before{font-weight:bold;content:"\e900";font-family:Astra;text-decoration:inherit;display:inline-block;}.ast-header-break-point .main-navigation ul.sub-menu .menu-item .menu-link:before{content:"\e900";font-family:Astra;font-size:.65em;text-decoration:inherit;display:inline-block;transform:translate(0,-2px) rotateZ(270deg);margin-right:5px;}.widget_search .search-form:after{font-family:Astra;font-size:1.2em;font-weight:normal;content:"\e8b6";position:absolute;top:50%;right:15px;transform:translate(0,-50%);}.astra-search-icon::before{content:"\e8b6";font-family:Astra;font-style:normal;font-weight:normal;text-decoration:inherit;text-align:center;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;z-index:3;}.main-header-bar .main-header-bar-navigation .page_item_has_children > a:after,.main-header-bar .main-header-bar-navigation .menu-item-has-children > a:after,.menu-item-has-children .ast-header-navigation-arrow:after{content:"\e900";display:inline-block;font-family:Astra;font-size:.6rem;font-weight:bold;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin-left:10px;line-height:normal;}.menu-item-has-children .sub-menu .ast-header-navigation-arrow:after{margin-left:0;}.ast-mobile-popup-drawer .main-header-bar-navigation .ast-submenu-expanded>.ast-menu-toggle::before{transform:rotateX(180deg);}.ast-header-break-point .main-header-bar-navigation .menu-item-has-children > .menu-link:after{display:none;}@media (min-width:922px){.ast-builder-menu .main-navigation > ul > li:last-child a{margin-right:0;}}.ast-separate-container .ast-article-inner{background-color:transparent;background-image:none;}.ast-separate-container .ast-article-post{background-color:#ffffff;background-image:none;}@media (max-width:921px){.ast-separate-container .ast-article-post{background-color:#ffffff;background-image:none;}}@media (max-width:544px){.ast-separate-container .ast-article-post{background-color:#ffffff;background-image:none;}}.ast-separate-container .ast-article-single:not(.ast-related-post),.woocommerce.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .ast-archive-description,.ast-separate-container .comments-area .comment-respond,.ast-separate-container .comments-area .ast-comment-list li,.ast-separate-container .comments-area .comments-title{background-color:#ffffff;background-image:none;}@media (max-width:921px){.ast-separate-container .ast-article-single:not(.ast-related-post),.woocommerce.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .ast-archive-description{background-color:#ffffff;background-image:none;}}@media (max-width:544px){.ast-separate-container .ast-article-single:not(.ast-related-post),.woocommerce.ast-separate-container .ast-woocommerce-container,.ast-separate-container .error-404,.ast-separate-container .no-results,.single.ast-separate-container.ast-author-meta,.ast-separate-container .related-posts-title-wrapper,.ast-separate-container .comments-count-wrapper,.ast-box-layout.ast-plain-container .site-content,.ast-padded-layout.ast-plain-container .site-content,.ast-separate-container .ast-archive-description{background-color:#ffffff;background-image:none;}}.ast-separate-container.ast-two-container #secondary .widget{background-color:#ffffff;background-image:none;}@media (max-width:921px){.ast-separate-container.ast-two-container #secondary .widget{background-color:#ffffff;background-image:none;}}@media (max-width:544px){.ast-separate-container.ast-two-container #secondary .widget{background-color:#ffffff;background-image:none;}}:root{--e-global-color-astglobalcolor0:#006382;--e-global-color-astglobalcolor1:#8eedc7;--e-global-color-astglobalcolor2:#cee4c3;--e-global-color-astglobalcolor3:#0053c9;--e-global-color-astglobalcolor4:#65d6ad;--e-global-color-astglobalcolor5:#8e9499;--e-global-color-astglobalcolor6:#F2F5F7;--e-global-color-astglobalcolor7:#424242;--e-global-color-astglobalcolor8:#000000;}.ast-pagination .next.page-numbers{display:inherit;float:none;}.ast-pagination a,.nav-links a{color:#33cc99;}.ast-pagination a:hover,.ast-pagination a:focus,.ast-pagination > span:hover:not(.dots),.ast-pagination > span.current{color:#5ccca4;}@media (max-width:544px){.ast-pagination .next:focus,.ast-pagination .prev:focus{width:100% !important;}}.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {padding: 0 1.5em;height: 2.33333em;line-height: calc(2.33333em - 3px);}.ast-pagination-default .ast-pagination .next.page-numbers {padding-right: 0;}.ast-pagination-default .ast-pagination .prev.page-numbers {padding-left: 0;}.ast-pagination-default .post-page-numbers.current .page-link,.ast-pagination-default .ast-pagination .page-numbers.current {border-radius: 2px;}.ast-pagination {display: inline-block;width: 100%;padding-top: 2em;text-align: center;}.ast-pagination .page-numbers {display: inline-block;width: 2.33333em;height: 2.33333em;font-size: 16px;font-size: 1.06666rem;line-height: calc(2.33333em - 3px);font-weight: 500;}.ast-pagination .nav-links {display: inline-block;width: 100%;}@media (max-width: 420px) {.ast-pagination .prev.page-numbers,.ast-pagination .next.page-numbers {width: 100%;text-align: center;margin: 0;}.ast-pagination-circle .ast-pagination .next.page-numbers,.ast-pagination-square .ast-pagination .next.page-numbers{margin-top: 10px;}.ast-pagination-circle .ast-pagination .prev.page-numbers,.ast-pagination-square .ast-pagination .prev.page-numbers{margin-bottom: 10px;}}.ast-pagination .prev,.ast-pagination .prev:visited,.ast-pagination .prev:focus,.ast-pagination .next,.ast-pagination .next:visited,.ast-pagination .next:focus {display: inline-block;width: auto;}.ast-pagination .prev svg,.ast-pagination .next svg{height: 16px;position: relative;top: 0.2em;}.ast-pagination .prev svg {margin-right: 0.3em;}.ast-pagination .next svg {margin-left: 0.3em;}.ast-page-builder-template .ast-pagination {padding: 2em;}.ast-pagination .prev.page-numbers.dots,.ast-pagination .prev.page-numbers.dots:hover,.ast-pagination .prev.page-numbers.dots:focus,.ast-pagination .prev.page-numbers:visited.dots,.ast-pagination .prev.page-numbers:visited.dots:hover,.ast-pagination .prev.page-numbers:visited.dots:focus,.ast-pagination .prev.page-numbers:focus.dots,.ast-pagination .prev.page-numbers:focus.dots:hover,.ast-pagination .prev.page-numbers:focus.dots:focus,.ast-pagination .next.page-numbers.dots,.ast-pagination .next.page-numbers.dots:hover,.ast-pagination .next.page-numbers.dots:focus,.ast-pagination .next.page-numbers:visited.dots,.ast-pagination .next.page-numbers:visited.dots:hover,.ast-pagination .next.page-numbers:visited.dots:focus,.ast-pagination .next.page-numbers:focus.dots,.ast-pagination .next.page-numbers:focus.dots:hover,.ast-pagination .next.page-numbers:focus.dots:focus {border: 2px solid #eaeaea;background: transparent;}.ast-pagination .prev.page-numbers.dots,.ast-pagination .prev.page-numbers:visited.dots,.ast-pagination .prev.page-numbers:focus.dots,.ast-pagination .next.page-numbers.dots,.ast-pagination .next.page-numbers:visited.dots,.ast-pagination .next.page-numbers:focus.dots {cursor: default;}.ast-pagination .prev.page-numbers {float: left;}.ast-pagination .next.page-numbers {float: right;}@media (max-width: 768px) {.ast-pagination .next.page-numbers .page-navigation {padding-right: 0;}}@media (min-width: 769px) {.ast-pagination .prev.page-numbers.next,.ast-pagination .prev.page-numbers:visited.next,.ast-pagination .prev.page-numbers:focus.next,.ast-pagination .next.page-numbers.next,.ast-pagination .next.page-numbers:visited.next,.ast-pagination .next.page-numbers:focus.next {margin-right: 0;}}.ast-desktop .astra-menu-animation-slide-up>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-up>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-slide-down>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transform:translateY(-.5em);transition:visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0);transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-slide-down>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .astra-menu-animation-fade>.menu-item>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item>.sub-menu .sub-menu{opacity:0;visibility:hidden;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item .menu-item:hover>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item.focus>.sub-menu,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.menu-item:hover>.sub-menu{opacity:1;visibility:visible;transition:opacity ease-in-out .3s}.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item.focus>.astra-full-megamenu-wrapper,.ast-desktop .astra-menu-animation-fade>.full-width-mega.menu-item:hover>.astra-full-megamenu-wrapper{-js-display:flex;display:flex}.ast-desktop .menu-item.ast-menu-hover>.sub-menu.toggled-on{opacity:1;visibility:visible} </style> <link data-minify="1" rel='stylesheet' id='astra-google-fonts-css' href='https://barc.com/wp-content/cache/min/1/wp-content/uploads/omgf/astra-google-fonts/astra-google-fonts.css?ver=1739789068' media='all' /> <style id='wp-emoji-styles-inline-css'> img.wp-smiley, img.emoji { display: inline !important; border: none !important; box-shadow: none !important; height: 1em !important; width: 1em !important; margin: 0 0.07em !important; vertical-align: -0.1em !important; background: none !important; padding: 0 !important; } </style> <link rel='stylesheet' id='wc-memberships-blocks-css' href='https://barc.com/wp-content/plugins/woocommerce-memberships/assets/css/blocks/wc-memberships-blocks.min.css?ver=1.26.9' media='all' /> <style id='global-styles-inline-css'> :root{--wp--preset--aspect-ratio--square: 1;--wp--preset--aspect-ratio--4-3: 4/3;--wp--preset--aspect-ratio--3-4: 3/4;--wp--preset--aspect-ratio--3-2: 3/2;--wp--preset--aspect-ratio--2-3: 2/3;--wp--preset--aspect-ratio--16-9: 16/9;--wp--preset--aspect-ratio--9-16: 9/16;--wp--preset--color--black: #000000;--wp--preset--color--cyan-bluish-gray: #abb8c3;--wp--preset--color--white: #ffffff;--wp--preset--color--pale-pink: #f78da7;--wp--preset--color--vivid-red: #cf2e2e;--wp--preset--color--luminous-vivid-orange: #ff6900;--wp--preset--color--luminous-vivid-amber: #fcb900;--wp--preset--color--light-green-cyan: #7bdcb5;--wp--preset--color--vivid-green-cyan: #00d084;--wp--preset--color--pale-cyan-blue: #8ed1fc;--wp--preset--color--vivid-cyan-blue: #0693e3;--wp--preset--color--vivid-purple: #9b51e0;--wp--preset--color--ast-global-color-0: var(--ast-global-color-0);--wp--preset--color--ast-global-color-1: var(--ast-global-color-1);--wp--preset--color--ast-global-color-2: var(--ast-global-color-2);--wp--preset--color--ast-global-color-3: var(--ast-global-color-3);--wp--preset--color--ast-global-color-4: var(--ast-global-color-4);--wp--preset--color--ast-global-color-5: var(--ast-global-color-5);--wp--preset--color--ast-global-color-6: var(--ast-global-color-6);--wp--preset--color--ast-global-color-7: var(--ast-global-color-7);--wp--preset--color--ast-global-color-8: var(--ast-global-color-8);--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple: linear-gradient(135deg,rgba(6,147,227,1) 0%,rgb(155,81,224) 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan: linear-gradient(135deg,rgb(122,220,180) 0%,rgb(0,208,130) 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange: linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red: linear-gradient(135deg,rgba(255,105,0,1) 0%,rgb(207,46,46) 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray: linear-gradient(135deg,rgb(238,238,238) 0%,rgb(169,184,195) 100%);--wp--preset--gradient--cool-to-warm-spectrum: linear-gradient(135deg,rgb(74,234,220) 0%,rgb(151,120,209) 20%,rgb(207,42,186) 40%,rgb(238,44,130) 60%,rgb(251,105,98) 80%,rgb(254,248,76) 100%);--wp--preset--gradient--blush-light-purple: linear-gradient(135deg,rgb(255,206,236) 0%,rgb(152,150,240) 100%);--wp--preset--gradient--blush-bordeaux: linear-gradient(135deg,rgb(254,205,165) 0%,rgb(254,45,45) 50%,rgb(107,0,62) 100%);--wp--preset--gradient--luminous-dusk: linear-gradient(135deg,rgb(255,203,112) 0%,rgb(199,81,192) 50%,rgb(65,88,208) 100%);--wp--preset--gradient--pale-ocean: linear-gradient(135deg,rgb(255,245,203) 0%,rgb(182,227,212) 50%,rgb(51,167,181) 100%);--wp--preset--gradient--electric-grass: linear-gradient(135deg,rgb(202,248,128) 0%,rgb(113,206,126) 100%);--wp--preset--gradient--midnight: linear-gradient(135deg,rgb(2,3,129) 0%,rgb(40,116,252) 100%);--wp--preset--font-size--small: 13px;--wp--preset--font-size--medium: 20px;--wp--preset--font-size--large: 36px;--wp--preset--font-size--x-large: 42px;--wp--preset--font-family--inter: "Inter", sans-serif;--wp--preset--font-family--cardo: Cardo;--wp--preset--spacing--20: 0.44rem;--wp--preset--spacing--30: 0.67rem;--wp--preset--spacing--40: 1rem;--wp--preset--spacing--50: 1.5rem;--wp--preset--spacing--60: 2.25rem;--wp--preset--spacing--70: 3.38rem;--wp--preset--spacing--80: 5.06rem;--wp--preset--shadow--natural: 6px 6px 9px rgba(0, 0, 0, 0.2);--wp--preset--shadow--deep: 12px 12px 50px rgba(0, 0, 0, 0.4);--wp--preset--shadow--sharp: 6px 6px 0px rgba(0, 0, 0, 0.2);--wp--preset--shadow--outlined: 6px 6px 0px -3px rgba(255, 255, 255, 1), 6px 6px rgba(0, 0, 0, 1);--wp--preset--shadow--crisp: 6px 6px 0px rgba(0, 0, 0, 1);}:root { --wp--style--global--content-size: var(--wp--custom--ast-content-width-size);--wp--style--global--wide-size: var(--wp--custom--ast-wide-width-size); }:where(body) { margin: 0; }.wp-site-blocks > .alignleft { float: left; margin-right: 2em; }.wp-site-blocks > .alignright { float: right; margin-left: 2em; }.wp-site-blocks > .aligncenter { justify-content: center; margin-left: auto; margin-right: auto; }:where(.wp-site-blocks) > * { margin-block-start: 24px; margin-block-end: 0; }:where(.wp-site-blocks) > :first-child { margin-block-start: 0; }:where(.wp-site-blocks) > :last-child { margin-block-end: 0; }:root { --wp--style--block-gap: 24px; }:root :where(.is-layout-flow) > :first-child{margin-block-start: 0;}:root :where(.is-layout-flow) > :last-child{margin-block-end: 0;}:root :where(.is-layout-flow) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-constrained) > :first-child{margin-block-start: 0;}:root :where(.is-layout-constrained) > :last-child{margin-block-end: 0;}:root :where(.is-layout-constrained) > *{margin-block-start: 24px;margin-block-end: 0;}:root :where(.is-layout-flex){gap: 24px;}:root :where(.is-layout-grid){gap: 24px;}.is-layout-flow > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-flow > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-flow > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignleft{float: left;margin-inline-start: 0;margin-inline-end: 2em;}.is-layout-constrained > .alignright{float: right;margin-inline-start: 2em;margin-inline-end: 0;}.is-layout-constrained > .aligncenter{margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > :where(:not(.alignleft):not(.alignright):not(.alignfull)){max-width: var(--wp--style--global--content-size);margin-left: auto !important;margin-right: auto !important;}.is-layout-constrained > .alignwide{max-width: var(--wp--style--global--wide-size);}body .is-layout-flex{display: flex;}.is-layout-flex{flex-wrap: wrap;align-items: center;}.is-layout-flex > :is(*, div){margin: 0;}body .is-layout-grid{display: grid;}.is-layout-grid > :is(*, div){margin: 0;}body{padding-top: 0px;padding-right: 0px;padding-bottom: 0px;padding-left: 0px;}a:where(:not(.wp-element-button)){text-decoration: none;}:root :where(.wp-element-button, .wp-block-button__link){background-color: #32373c;border-width: 0;color: #fff;font-family: inherit;font-size: inherit;line-height: inherit;padding: calc(0.667em + 2px) calc(1.333em + 2px);text-decoration: none;}.has-black-color{color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-color{color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-color{color: var(--wp--preset--color--white) !important;}.has-pale-pink-color{color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-color{color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-color{color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-color{color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-color{color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-color{color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-color{color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-color{color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-color{color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-color{color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-color{color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-color{color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-color{color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-color{color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-color{color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-color{color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-color{color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-color{color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-background-color{background-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-background-color{background-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-background-color{background-color: var(--wp--preset--color--white) !important;}.has-pale-pink-background-color{background-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-background-color{background-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-background-color{background-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-background-color{background-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-background-color{background-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-background-color{background-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-background-color{background-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-background-color{background-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-background-color{background-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-background-color{background-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-background-color{background-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-background-color{background-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-background-color{background-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-background-color{background-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-background-color{background-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-background-color{background-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-background-color{background-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-background-color{background-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-black-border-color{border-color: var(--wp--preset--color--black) !important;}.has-cyan-bluish-gray-border-color{border-color: var(--wp--preset--color--cyan-bluish-gray) !important;}.has-white-border-color{border-color: var(--wp--preset--color--white) !important;}.has-pale-pink-border-color{border-color: var(--wp--preset--color--pale-pink) !important;}.has-vivid-red-border-color{border-color: var(--wp--preset--color--vivid-red) !important;}.has-luminous-vivid-orange-border-color{border-color: var(--wp--preset--color--luminous-vivid-orange) !important;}.has-luminous-vivid-amber-border-color{border-color: var(--wp--preset--color--luminous-vivid-amber) !important;}.has-light-green-cyan-border-color{border-color: var(--wp--preset--color--light-green-cyan) !important;}.has-vivid-green-cyan-border-color{border-color: var(--wp--preset--color--vivid-green-cyan) !important;}.has-pale-cyan-blue-border-color{border-color: var(--wp--preset--color--pale-cyan-blue) !important;}.has-vivid-cyan-blue-border-color{border-color: var(--wp--preset--color--vivid-cyan-blue) !important;}.has-vivid-purple-border-color{border-color: var(--wp--preset--color--vivid-purple) !important;}.has-ast-global-color-0-border-color{border-color: var(--wp--preset--color--ast-global-color-0) !important;}.has-ast-global-color-1-border-color{border-color: var(--wp--preset--color--ast-global-color-1) !important;}.has-ast-global-color-2-border-color{border-color: var(--wp--preset--color--ast-global-color-2) !important;}.has-ast-global-color-3-border-color{border-color: var(--wp--preset--color--ast-global-color-3) !important;}.has-ast-global-color-4-border-color{border-color: var(--wp--preset--color--ast-global-color-4) !important;}.has-ast-global-color-5-border-color{border-color: var(--wp--preset--color--ast-global-color-5) !important;}.has-ast-global-color-6-border-color{border-color: var(--wp--preset--color--ast-global-color-6) !important;}.has-ast-global-color-7-border-color{border-color: var(--wp--preset--color--ast-global-color-7) !important;}.has-ast-global-color-8-border-color{border-color: var(--wp--preset--color--ast-global-color-8) !important;}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background: var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important;}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background: var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important;}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important;}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background: var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important;}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background: var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important;}.has-cool-to-warm-spectrum-gradient-background{background: var(--wp--preset--gradient--cool-to-warm-spectrum) !important;}.has-blush-light-purple-gradient-background{background: var(--wp--preset--gradient--blush-light-purple) !important;}.has-blush-bordeaux-gradient-background{background: var(--wp--preset--gradient--blush-bordeaux) !important;}.has-luminous-dusk-gradient-background{background: var(--wp--preset--gradient--luminous-dusk) !important;}.has-pale-ocean-gradient-background{background: var(--wp--preset--gradient--pale-ocean) !important;}.has-electric-grass-gradient-background{background: var(--wp--preset--gradient--electric-grass) !important;}.has-midnight-gradient-background{background: var(--wp--preset--gradient--midnight) !important;}.has-small-font-size{font-size: var(--wp--preset--font-size--small) !important;}.has-medium-font-size{font-size: var(--wp--preset--font-size--medium) !important;}.has-large-font-size{font-size: var(--wp--preset--font-size--large) !important;}.has-x-large-font-size{font-size: var(--wp--preset--font-size--x-large) !important;}.has-inter-font-family{font-family: var(--wp--preset--font-family--inter) !important;}.has-cardo-font-family{font-family: var(--wp--preset--font-family--cardo) !important;} :root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;} </style> <link data-minify="1" rel='stylesheet' id='wpml-blocks-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/dist/css/blocks/styles.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='woocommerce-layout-css' href='https://barc.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-layout.min.css?ver=4.8.10' media='all' /> <link rel='stylesheet' id='woocommerce-smallscreen-css' href='https://barc.com/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce-smallscreen.min.css?ver=4.8.10' media='only screen and (max-width: 921px)' /> <link data-minify="1" rel='stylesheet' id='woocommerce-general-css' href='https://barc.com/wp-content/cache/min/1/wp-content/themes/astra/assets/css/minified/compatibility/woocommerce/woocommerce.min.css?ver=1739789068' media='all' /> <style id='woocommerce-general-inline-css'> .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count { float: left; } .woocommerce .woocommerce-ordering { float: right; margin-bottom: 2.5em; } .woocommerce-js a.button, .woocommerce button.button, .woocommerce input.button, .woocommerce #respond input#submit { font-size: 100%; line-height: 1; text-decoration: none; overflow: visible; padding: 0.5em 0.75em; font-weight: 700; border-radius: 3px; color: $secondarytext; background-color: $secondary; border: 0; } .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover { background-color: #dad8da; background-image: none; color: #515151; } #customer_details h3:not(.elementor-widget-woocommerce-checkout-page h3){font-size:1.2rem;padding:20px 0 14px;margin:0 0 20px;border-bottom:1px solid var(--ast-border-color);font-weight:700;}form #order_review_heading:not(.elementor-widget-woocommerce-checkout-page #order_review_heading){border-width:2px 2px 0 2px;border-style:solid;font-size:1.2rem;margin:0;padding:1.5em 1.5em 1em;border-color:var(--ast-border-color);font-weight:700;}.woocommerce-Address h3, .cart-collaterals h2{font-size:1.2rem;padding:.7em 1em;}.woocommerce-cart .cart-collaterals .cart_totals>h2{font-weight:700;}form #order_review:not(.elementor-widget-woocommerce-checkout-page #order_review){padding:0 2em;border-width:0 2px 2px;border-style:solid;border-color:var(--ast-border-color);}ul#shipping_method li:not(.elementor-widget-woocommerce-cart #shipping_method li){margin:0;padding:0.25em 0 0.25em 22px;text-indent:-22px;list-style:none outside;}.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale{background-color:var(--ast-global-color-0);color:#ffffff;}.woocommerce-message, .woocommerce-info{border-top-color:#33cc99;}.woocommerce-message::before,.woocommerce-info::before{color:#33cc99;}.woocommerce ul.products li.product .price, .woocommerce div.product p.price, .woocommerce div.product span.price, .widget_layered_nav_filters ul li.chosen a, .woocommerce-page ul.products li.product .ast-woo-product-category, .wc-layered-nav-rating a{color:#41505d;}.woocommerce nav.woocommerce-pagination ul,.woocommerce nav.woocommerce-pagination ul li{border-color:#33cc99;}.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current{background:#33cc99;color:var(--ast-global-color-0);}.woocommerce-MyAccount-navigation-link.is-active a{color:#5ccca4;}.woocommerce .widget_price_filter .ui-slider .ui-slider-range, .woocommerce .widget_price_filter .ui-slider .ui-slider-handle{background-color:#33cc99;}.woocommerce .star-rating, .woocommerce .comment-form-rating .stars a, .woocommerce .star-rating::before{color:var(--ast-global-color-3);}.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before, .woocommerce div.ast-product-tabs-layout-vertical .woocommerce-tabs ul.tabs li:hover::before{background:#33cc99;}.ast-site-header-cart a{color:#41505d;}.ast-site-header-cart a:focus, .ast-site-header-cart a:hover, .ast-site-header-cart .current-menu-item a{color:#33cc99;}.ast-cart-menu-wrap .count, .ast-cart-menu-wrap .count:after{border-color:#33cc99;color:#33cc99;}.ast-cart-menu-wrap:hover .count{color:#000000;background-color:#33cc99;}.ast-site-header-cart .widget_shopping_cart .total .woocommerce-Price-amount{color:#33cc99;}.woocommerce a.remove:hover, .ast-woocommerce-cart-menu .main-header-menu .woocommerce-custom-menu-item .menu-item:hover > .menu-link.remove:hover{color:#33cc99;border-color:#33cc99;background-color:#ffffff;}.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce .widget_shopping_cart .woocommerce-mini-cart__buttons .checkout.wc-forward{color:var(--ast-global-color-0);border-color:#d6ffd6;background-color:#d6ffd6;}.site-header .ast-site-header-cart-data .button.wc-forward, .site-header .ast-site-header-cart-data .button.wc-forward:hover{color:var(--ast-global-color-0);}.below-header-user-select .ast-site-header-cart .widget, .ast-above-header-section .ast-site-header-cart .widget a, .below-header-user-select .ast-site-header-cart .widget_shopping_cart a{color:#41505d;}.below-header-user-select .ast-site-header-cart .widget_shopping_cart a:hover, .ast-above-header-section .ast-site-header-cart .widget_shopping_cart a:hover, .below-header-user-select .ast-site-header-cart .widget_shopping_cart a.remove:hover, .ast-above-header-section .ast-site-header-cart .widget_shopping_cart a.remove:hover{color:#33cc99;}.woocommerce .woocommerce-cart-form button[name="update_cart"]:disabled{color:var(--ast-global-color-0);}.woocommerce #content table.cart .button[name="apply_coupon"], .woocommerce-page #content table.cart .button[name="apply_coupon"]{padding:10px 40px;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{line-height:1;border-width:1px;border-style:solid;}.woocommerce ul.products li.product .button, .woocommerce-page ul.products li.product .button{line-height:1.3;}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce input.button:disabled, .woocommerce input.button:disabled[disabled], .woocommerce input.button:disabled:hover, .woocommerce input.button:disabled[disabled]:hover, .woocommerce #respond input#submit, .woocommerce button.button.alt.disabled, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .wc-block-grid__product-onsale{color:var(--ast-global-color-0);border-color:#ccffcc;background-color:#ccffcc;}.woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce .woocommerce-message a.button:hover,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit.alt:hover, .woocommerce-js a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover, .woocommerce input.button:hover, .woocommerce button.button.alt.disabled:hover, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover{color:var(--ast-global-color-0);border-color:#d6ffd6;background-color:#d6ffd6;}.woocommerce-js a.button, .woocommerce button.button, .woocommerce .woocommerce-message a.button, .woocommerce #respond input#submit.alt, .woocommerce-js a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt, .woocommerce input.button,.woocommerce-cart table.cart td.actions .button, .woocommerce form.checkout_coupon .button, .woocommerce #respond input#submit, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link{border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;}.woocommerce ul.products li.product a, .woocommerce-js a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover, .woocommerce #respond input#submit:hover{text-decoration:none;}.woocommerce .up-sells h2, .woocommerce .related.products h2, .woocommerce .woocommerce-tabs h2{font-size:1.5rem;}.woocommerce h2, .woocommerce-account h2{font-size:1.625rem;}.woocommerce ul.product-categories > li ul li:before{content:"\e900";padding:0 5px 0 5px;display:inline-block;font-family:Astra;transform:rotate(-90deg);font-size:0.7rem;}.ast-site-header-cart i.astra-icon:before{font-family:Astra;}.ast-icon-shopping-cart:before{content:"\f07a";}.ast-icon-shopping-bag:before{content:"\f290";}.ast-icon-shopping-basket:before{content:"\f291";}.ast-icon-shopping-cart svg{height:.82em;}.ast-icon-shopping-bag svg{height:1em;width:1em;}.ast-icon-shopping-basket svg{height:1.15em;width:1.2em;}.ast-site-header-cart.ast-menu-cart-outline .ast-addon-cart-wrap, .ast-site-header-cart.ast-menu-cart-fill .ast-addon-cart-wrap {line-height:1;}.ast-site-header-cart.ast-menu-cart-fill i.astra-icon{ font-size:1.1em;}li.woocommerce-custom-menu-item .ast-site-header-cart i.astra-icon:after{ padding-left:2px;}.ast-hfb-header .ast-addon-cart-wrap{ padding:0.4em;}.ast-header-break-point.ast-header-custom-item-outside .ast-woo-header-cart-info-wrap{ display:none;}.ast-site-header-cart i.astra-icon:after{ background:var(--ast-global-color-0);}@media (min-width:545px) and (max-width:921px){.woocommerce.tablet-columns-6 ul.products li.product, .woocommerce-page.tablet-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.tablet-columns-5 ul.products li.product, .woocommerce-page.tablet-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.tablet-columns-4 ul.products li.product, .woocommerce-page.tablet-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.tablet-columns-3 ul.products li.product, .woocommerce-page.tablet-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.tablet-columns-2 ul.products li.product, .woocommerce-page.tablet-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.tablet-columns-1 ul.products li.product, .woocommerce-page.tablet-columns-1 ul.products li.product{width:100%;}.woocommerce div.product .related.products ul.products li.product{width:calc(33.33% - 14px);}}@media (min-width:545px) and (max-width:921px){.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(33.33% - 14px);margin-right:20px;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(3n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(3n+1){clear:left;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n){margin-right:0;clear:right;}.woocommerce.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.tablet-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.tablet-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.tablet-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.tablet-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.tablet-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.tablet-columns-6 ul.products li.product:nth-child(6n+1){clear:left;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n), .woocommerce-page.tablet-columns-1 .site-main ul.products li.product{margin-right:0;clear:right;}.woocommerce div.product .related.products ul.products li.product:nth-child(3n+1){clear:left;}}@media (min-width:922px){.woocommerce form.checkout_coupon{width:50%;}.woocommerce #reviews #comments{float:left;}.woocommerce #reviews #review_form_wrapper{float:right;}}@media (max-width:921px){.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack.ast-no-menu-items .ast-site-header-cart{padding-right:0;padding-left:0;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .main-header-bar{text-align:center;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-site-header-cart, .ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-1.ast-mobile-header-stack .ast-mobile-menu-buttons{display:inline-block;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-2.ast-mobile-header-inline .site-branding{flex:auto;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .site-branding{flex:0 0 100%;}.ast-header-break-point.ast-woocommerce-cart-menu .header-main-layout-3.ast-mobile-header-stack .main-header-container{display:flex;justify-content:center;}.woocommerce-cart .woocommerce-shipping-calculator .button{width:100%;}.woocommerce div.product div.images, .woocommerce div.product div.summary, .woocommerce #content div.product div.images, .woocommerce #content div.product div.summary, .woocommerce-page div.product div.images, .woocommerce-page div.product div.summary, .woocommerce-page #content div.product div.images, .woocommerce-page #content div.product div.summary{float:none;width:100%;}.woocommerce-cart table.cart td.actions .ast-return-to-shop{display:block;text-align:center;margin-top:1em;}}@media (max-width:544px){.ast-separate-container .ast-woocommerce-container{padding:.54em 1em 1.33333em;}.woocommerce-message, .woocommerce-error, .woocommerce-info{display:flex;flex-wrap:wrap;}.woocommerce-message a.button, .woocommerce-error a.button, .woocommerce-info a.button{order:1;margin-top:.5em;}.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{float:none;margin-bottom:2em;}.woocommerce table.cart td.actions .button, .woocommerce #content table.cart td.actions .button, .woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button{padding-left:1em;padding-right:1em;}.woocommerce #content table.cart .button, .woocommerce-page #content table.cart .button{width:100%;}.woocommerce #content table.cart td.actions .coupon, .woocommerce-page #content table.cart td.actions .coupon{float:none;}.woocommerce #content table.cart td.actions .coupon .button, .woocommerce-page #content table.cart td.actions .coupon .button{flex:1;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li a, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a{display:block;}.woocommerce ul.products a.button, .woocommerce-page ul.products a.button{padding:0.5em 0.75em;}.woocommerce div.product .related.products ul.products li.product, .woocommerce.mobile-columns-2 ul.products li.product, .woocommerce-page.mobile-columns-2 ul.products li.product{width:calc(50% - 10px);}.woocommerce.mobile-columns-6 ul.products li.product, .woocommerce-page.mobile-columns-6 ul.products li.product{width:calc(16.66% - 16.66px);}.woocommerce.mobile-columns-5 ul.products li.product, .woocommerce-page.mobile-columns-5 ul.products li.product{width:calc(20% - 16px);}.woocommerce.mobile-columns-4 ul.products li.product, .woocommerce-page.mobile-columns-4 ul.products li.product{width:calc(25% - 15px);}.woocommerce.mobile-columns-3 ul.products li.product, .woocommerce-page.mobile-columns-3 ul.products li.product{width:calc(33.33% - 14px);}.woocommerce.mobile-columns-1 ul.products li.product, .woocommerce-page.mobile-columns-1 ul.products li.product{width:100%;}}@media (max-width:544px){.woocommerce ul.products a.button.loading::after, .woocommerce-page ul.products a.button.loading::after{display:inline-block;margin-left:5px;position:initial;}.woocommerce.mobile-columns-1 .site-main ul.products li.product:nth-child(n), .woocommerce-page.mobile-columns-1 .site-main ul.products li.product:nth-child(n){margin-right:0;}.woocommerce #content div.product .woocommerce-tabs ul.tabs li, .woocommerce-page #content div.product .woocommerce-tabs ul.tabs li{display:block;margin-right:0;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product, .woocommerce[class*="columns-"].columns-4 > ul.products li.product, .woocommerce[class*="columns-"].columns-5 > ul.products li.product, .woocommerce[class*="columns-"].columns-6 > ul.products li.product{width:calc(50% - 10px);margin-right:20px;}.woocommerce[class*="columns-"] ul.products li.product:nth-child(n), .woocommerce-page[class*="columns-"] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce-page[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce-page[class*=columns-].columns-6>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-3>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-4>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-5>ul.products li.product:nth-child(2n), .woocommerce[class*=columns-].columns-6>ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce[class*="columns-"].columns-3 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-4 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-5 > ul.products li.product:nth-child(2n+1), .woocommerce[class*="columns-"].columns-6 > ul.products li.product:nth-child(2n+1){clear:left;}.woocommerce-page[class*=columns-] ul.products li.product:nth-child(n), .woocommerce[class*=columns-] ul.products li.product:nth-child(n){margin-right:20px;clear:none;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n), .woocommerce div.product .related.products ul.products li.product:nth-child(2n){margin-right:0;clear:right;}.woocommerce.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce-page.mobile-columns-6 ul.products li.product:nth-child(6n+1), .woocommerce.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce-page.mobile-columns-5 ul.products li.product:nth-child(5n+1), .woocommerce.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce-page.mobile-columns-4 ul.products li.product:nth-child(4n+1), .woocommerce.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce-page.mobile-columns-3 ul.products li.product:nth-child(3n+1), .woocommerce.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce-page.mobile-columns-2 ul.products li.product:nth-child(2n+1), .woocommerce div.product .related.products ul.products li.product:nth-child(2n+1){clear:left;}}@media (min-width:922px){.woocommerce #content .ast-woocommerce-container div.product div.images, .woocommerce .ast-woocommerce-container div.product div.images, .woocommerce-page #content .ast-woocommerce-container div.product div.images, .woocommerce-page .ast-woocommerce-container div.product div.images{width:50%;}.woocommerce #content .ast-woocommerce-container div.product div.summary, .woocommerce .ast-woocommerce-container div.product div.summary, .woocommerce-page #content .ast-woocommerce-container div.product div.summary, .woocommerce-page .ast-woocommerce-container div.product div.summary{width:46%;}.woocommerce.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce.woocommerce-checkout form #customer_details.col2-set .col-2, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-1, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set .col-2{float:none;width:auto;}}.woocommerce-js a.button , .woocommerce button.button.alt ,.woocommerce-page table.cart td.actions .button, .woocommerce-page #content table.cart td.actions .button , .woocommerce-js a.button.alt ,.woocommerce .woocommerce-message a.button , .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout, .woocommerce button.button.alt.disabled , .wc-block-grid__products .wc-block-grid__product .wp-block-button__link {border:solid;border-top-width:0px;border-right-width:0px;border-left-width:0px;border-bottom-width:0px;border-color:#ccffcc;}.woocommerce-js a.button:hover , .woocommerce button.button.alt:hover , .woocommerce-page table.cart td.actions .button:hover, .woocommerce-page #content table.cart td.actions .button:hover, .woocommerce-js a.button.alt:hover ,.woocommerce .woocommerce-message a.button:hover , .ast-site-header-cart .widget_shopping_cart .buttons .button.checkout:hover , .woocommerce button.button.alt.disabled:hover , .wc-block-grid__products .wc-block-grid__product .wp-block-button__link:hover{border-color:#d6ffd6;}.widget_product_search button{flex:0 0 auto;padding:10px 20px;}@media (min-width:922px){.woocommerce.woocommerce-checkout form #customer_details.col2-set, .woocommerce-page.woocommerce-checkout form #customer_details.col2-set{width:55%;float:left;margin-right:4.347826087%;}.woocommerce.woocommerce-checkout form #order_review, .woocommerce.woocommerce-checkout form #order_review_heading, .woocommerce-page.woocommerce-checkout form #order_review, .woocommerce-page.woocommerce-checkout form #order_review_heading{width:40%;float:right;margin-right:0;clear:right;}}select, .select2-container .select2-selection--single{background-image:url("data:image/svg+xml,%3Csvg class='ast-arrow-svg' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' version='1.1' x='0px' y='0px' width='26px' height='16.043px' fill='%230053c9' viewBox='57 35.171 26 16.043' enable-background='new 57 35.171 26 16.043' xml:space='preserve' %3E%3Cpath d='M57.5,38.193l12.5,12.5l12.5-12.5l-2.5-2.5l-10,10l-10-10L57.5,38.193z'%3E%3C/path%3E%3C/svg%3E");background-size:.8em;background-repeat:no-repeat;background-position-x:calc( 100% - 10px );background-position-y:center;-webkit-appearance:none;-moz-appearance:none;padding-right:2em;} .woocommerce ul.products li.product.desktop-align-left, .woocommerce-page ul.products li.product.desktop-align-left { text-align: left; } .woocommerce ul.products li.product.desktop-align-left .star-rating, .woocommerce ul.products li.product.desktop-align-left .button, .woocommerce-page ul.products li.product.desktop-align-left .star-rating, .woocommerce-page ul.products li.product.desktop-align-left .button { margin-left: 0; margin-right: 0; } @media(max-width: 921px){ .woocommerce ul.products li.product.tablet-align-left, .woocommerce-page ul.products li.product.tablet-align-left { text-align: left; } .woocommerce ul.products li.product.tablet-align-left .star-rating, .woocommerce ul.products li.product.tablet-align-left .button, .woocommerce-page ul.products li.product.tablet-align-left .star-rating, .woocommerce-page ul.products li.product.tablet-align-left .button { margin-left: 0; margin-right: 0; } }@media(max-width: 544px){ .woocommerce ul.products li.product.mobile-align-left, .woocommerce-page ul.products li.product.mobile-align-left { text-align: left; } .woocommerce ul.products li.product.mobile-align-left .star-rating, .woocommerce ul.products li.product.mobile-align-left .button, .woocommerce-page ul.products li.product.mobile-align-left .star-rating, .woocommerce-page ul.products li.product.mobile-align-left .button { margin-left: 0; margin-right: 0; } }.ast-woo-active-filter-widget .wc-block-active-filters{display:flex;align-items:self-start;justify-content:space-between;}.ast-woo-active-filter-widget .wc-block-active-filters__clear-all{flex:none;margin-top:2px;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #customer_details.col2-set{width:100%;}.woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review, .woocommerce-page.woocommerce-checkout .elementor-widget-woocommerce-checkout-page #order_review_heading{width:100%;float:inherit;}.elementor-widget-woocommerce-checkout-page .select2-container .select2-selection--single, .elementor-widget-woocommerce-cart .select2-container .select2-selection--single{padding:0;}.elementor-widget-woocommerce-checkout-page .woocommerce form .woocommerce-additional-fields, .elementor-widget-woocommerce-checkout-page .woocommerce form .shipping_address, .elementor-widget-woocommerce-my-account .woocommerce-MyAccount-navigation-link, .elementor-widget-woocommerce-cart .woocommerce a.remove{border:none;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals > h2{background-color:inherit;border-bottom:0px;margin:0px;}.elementor-widget-woocommerce-cart .cart-collaterals .cart_totals{padding:0;border-color:inherit;border-radius:0;margin-bottom:0px;border-width:0px;}.elementor-widget-woocommerce-cart .woocommerce-cart-form .e-apply-coupon{line-height:initial;}.elementor-widget-woocommerce-my-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{margin-bottom:var(--myaccount-section-title-spacing, 0px);}.elementor-widget-woocommerce-my-account .woocommerce-Addresses .woocommerce-Address-title, .elementor-widget-woocommerce-my-account table.shop_table thead, .elementor-widget-woocommerce-my-account .woocommerce-page table.shop_table thead, .elementor-widget-woocommerce-cart table.shop_table thead{background:inherit;}.elementor-widget-woocommerce-cart .e-apply-coupon, .elementor-widget-woocommerce-cart #coupon_code, .elementor-widget-woocommerce-checkout-page .e-apply-coupon, .elementor-widget-woocommerce-checkout-page #coupon_code{height:100%;}.elementor-widget-woocommerce-cart td.product-name dl.variation dt{font-weight:inherit;}.elementor-element.elementor-widget-woocommerce-checkout-page .e-checkout__container #customer_details .col-1{margin-bottom:0;} </style> <style id='woocommerce-inline-inline-css'> .woocommerce form .form-row .required { visibility: visible; } </style> <link rel='stylesheet' id='wpml-legacy-dropdown-0-css' href='https://barc.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/style.min.css?ver=1' media='all' /> <style id='wpml-legacy-dropdown-0-inline-css'> .wpml-ls-statics-shortcode_actions{background-color:#ffffff;}.wpml-ls-statics-shortcode_actions, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu, .wpml-ls-statics-shortcode_actions a {border-color:#ffffff;}.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link, .wpml-ls-statics-shortcode_actions li:not(.wpml-ls-current-language) .wpml-ls-link:link {color:#ffffff;background-color:#ffffff;}.wpml-ls-statics-shortcode_actions a, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:hover,.wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:focus, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:hover, .wpml-ls-statics-shortcode_actions .wpml-ls-sub-menu a:link:focus {color:#ffffff;background-color:#ffffff;}.wpml-ls-statics-shortcode_actions .wpml-ls-current-language > a {color:#ffffff;background-color:#ffffff;}.wpml-ls-statics-shortcode_actions .wpml-ls-current-language:hover>a, .wpml-ls-statics-shortcode_actions .wpml-ls-current-language>a:focus {color:#ffffff;background-color:#ffffff;} </style> <link rel='stylesheet' id='search-filter-plugin-styles-css' href='https://barc.com/wp-content/plugins/search-filter-pro/public/assets/css/search-filter.min.css?ver=2.5.17' media='all' /> <link data-minify="1" rel='stylesheet' id='brands-styles-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/css/brands.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='wc-memberships-frontend-css' href='https://barc.com/wp-content/plugins/woocommerce-memberships/assets/css/frontend/wc-memberships-frontend.min.css?ver=1.26.9' media='all' /> <link data-minify="1" rel='stylesheet' id='astra-addon-css-css' href='https://barc.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-6790e4730f5014-65622175.css?ver=1739789068' media='all' /> <style id='astra-addon-css-inline-css'> @media (min-width:922px){.ast-hide-display-device-desktop{display:none;}[class^="astra-advanced-hook-"] .wp-block-query .wp-block-post-template .wp-block-post{width:100%;}}@media (min-width:545px) and (max-width:921px){.ast-hide-display-device-tablet{display:none;}}@media (max-width:544px){.ast-hide-display-device-mobile{display:none;}}.ast-search-box.header-cover #close::before,.ast-search-box.full-screen #close::before{font-family:Astra;content:"\e5cd";display:inline-block;transition:transform .3s ease-in-out;}.site-header .ast-inline-search.ast-search-menu-icon .search-field {width: auto;} </style> <link rel='stylesheet' id='elementor-frontend-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/frontend.min.css?ver=3.27.0' media='all' /> <style id='elementor-frontend-inline-css'> .elementor-widget-woocommerce-checkout-page .woocommerce table.woocommerce-checkout-review-order-table { margin: var(--sections-margin, 24px 0 24px 0); padding: var(--sections-padding, 16px 16px); } .elementor-widget-woocommerce-checkout-page .woocommerce table.woocommerce-checkout-review-order-table .cart_item td.product-name { padding-right: 20px; } .elementor-widget-woocommerce-checkout-page .woocommerce .woocommerce-checkout #payment { border: none; padding: 0; } .elementor-widget-woocommerce-checkout-page .woocommerce .e-checkout__order_review-2 { background: var(--sections-background-color, #ffffff); border-radius: var(--sections-border-radius, 3px); padding: var(--sections-padding, 16px 30px); margin: var(--sections-margin, 0 0 24px 0); border-style: var(--sections-border-type, solid); border-color: var(--sections-border-color, #D5D8DC); border-width: 1px; display: block; } .elementor-widget-woocommerce-checkout-page .woocommerce-checkout .place-order { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -ms-flex-wrap: wrap; flex-wrap: wrap; padding: 0; margin-bottom: 0; margin-top: 1em; -webkit-box-align: var(--place-order-title-alignment, stretch); -ms-flex-align: var(--place-order-title-alignment, stretch); align-items: var(--place-order-title-alignment, stretch); } .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #place_order { background-color: #5bc0de; width: var(--purchase-button-width, auto); float: none; color: var(--purchase-button-normal-text-color, #ffffff); min-height: auto; padding: var(--purchase-button-padding, 1em 1em); border-radius: var(--purchase-button-border-radius, 3px); } .elementor-widget-woocommerce-checkout-page .woocommerce-checkout #place_order:hover { background-color: #5bc0de; color: var(--purchase-button-hover-text-color, #ffffff); border-color: var(--purchase-button-hover-border-color, #5bc0de); -webkit-transition-duration: var(--purchase-button-hover-transition-duration, 0.3s); -o-transition-duration: var(--purchase-button-hover-transition-duration, 0.3s); transition-duration: var(--purchase-button-hover-transition-duration, 0.3s); } </style> <link rel='stylesheet' id='widget-image-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-image.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='widget-woocommerce-menu-cart-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/widget-woocommerce-menu-cart.min.css?ver=3.26.3' media='all' /> <link rel='stylesheet' id='widget-search-form-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/widget-search-form.min.css?ver=3.26.3' media='all' /> <link rel='stylesheet' id='elementor-icons-shared-0-css' href='https://barc.com/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.min.css?ver=5.15.3' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-solid-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.min.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='widget-nav-menu-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/widget-nav-menu.min.css?ver=3.26.3' media='all' /> <link rel='stylesheet' id='widget-heading-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-heading.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='widget-social-icons-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='e-apple-webkit-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/conditionals/apple-webkit.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='widget-text-editor-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-text-editor.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='widget-icon-list-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-icon-list.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='widget-loop-common-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-common.min.css?ver=3.26.3' media='all' /> <link rel='stylesheet' id='widget-loop-grid-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/widget-loop-grid.min.css?ver=3.26.3' media='all' /> <link data-minify="1" rel='stylesheet' id='bdt-uikit-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/bdthemes-element-pack/assets/css/bdt-uikit.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='ep-helper-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/bdthemes-element-pack/assets/css/ep-helper.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='ep-advanced-heading-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/bdthemes-element-pack/assets/css/ep-advanced-heading.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='e-popup-css' href='https://barc.com/wp-content/plugins/elementor-pro/assets/css/conditionals/popup.min.css?ver=3.26.3' media='all' /> <link rel='stylesheet' id='e-animation-slideInUp-css' href='https://barc.com/wp-content/plugins/elementor/assets/lib/animations/styles/slideInUp.min.css?ver=3.27.0' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/eicons/css/elementor-icons.min.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='elementor-post-11-css' href='https://barc.com/wp-content/uploads/elementor/css/post-11.css?ver=1739789051' media='all' /> <link data-minify="1" rel='stylesheet' id='dashicons-css' href='https://barc.com/wp-content/cache/min/1/wp-includes/css/dashicons.min.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='ooohboi-steroids-styles-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/ooohboi-steroids-for-elementor/assets/css/main.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='uael-frontend-css' href='https://barc.com/wp-content/plugins/ultimate-elementor/assets/min-css/uael-frontend.min.css?ver=1.38.1' media='all' /> <link rel='stylesheet' id='uael-teammember-social-icons-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-social-icons.min.css?ver=3.24.0' media='all' /> <link data-minify="1" rel='stylesheet' id='uael-social-share-icons-brands-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='uael-social-share-icons-fontawesome-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/fontawesome.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='uael-nav-menu-icons-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/solid.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='elementor-post-89993-css' href='https://barc.com/wp-content/uploads/elementor/css/post-89993.css?ver=1739789054' media='all' /> <link rel='stylesheet' id='elementor-post-90059-css' href='https://barc.com/wp-content/uploads/elementor/css/post-90059.css?ver=1739789055' media='all' /> <link rel='stylesheet' id='elementor-post-112851-css' href='https://barc.com/wp-content/uploads/elementor/css/post-112851.css?ver=1739789839' media='all' /> <link rel='stylesheet' id='elementor-post-116409-css' href='https://barc.com/wp-content/uploads/elementor/css/post-116409.css?ver=1739789086' media='all' /> <link rel='stylesheet' id='elementor-post-92091-css' href='https://barc.com/wp-content/uploads/elementor/css/post-92091.css?ver=1739789055' media='all' /> <link data-minify="1" rel='stylesheet' id='borlabs-cookie-css' href='https://barc.com/wp-content/cache/min/1/wp-content/cache/borlabs-cookie/borlabs-cookie_1_en.css?ver=1739789087' media='all' /> <link data-minify="1" rel='stylesheet' id='wc-pb-checkout-blocks-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/checkout-blocks.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='astra-child-theme-css-css' href='https://barc.com/wp-content/themes/astra-child/style.css?ver=1.0.0' media='all' /> <link data-minify="1" rel='stylesheet' id='woocommerce-gzd-layout-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-germanized/build/static/layout-styles.css?ver=1739789068' media='all' /> <style id='woocommerce-gzd-layout-inline-css'> .woocommerce-checkout .shop_table { background-color: #eeeeee; } .product p.deposit-packaging-type { font-size: 1.25em !important; } p.woocommerce-shipping-destination { display: none; } .wc-gzd-nutri-score-value-a { background: url(https://barc.com/wp-content/plugins/woocommerce-germanized/assets/images/nutri-score-a.svg) no-repeat; } .wc-gzd-nutri-score-value-b { background: url(https://barc.com/wp-content/plugins/woocommerce-germanized/assets/images/nutri-score-b.svg) no-repeat; } .wc-gzd-nutri-score-value-c { background: url(https://barc.com/wp-content/plugins/woocommerce-germanized/assets/images/nutri-score-c.svg) no-repeat; } .wc-gzd-nutri-score-value-d { background: url(https://barc.com/wp-content/plugins/woocommerce-germanized/assets/images/nutri-score-d.svg) no-repeat; } .wc-gzd-nutri-score-value-e { background: url(https://barc.com/wp-content/plugins/woocommerce-germanized/assets/images/nutri-score-e.svg) no-repeat; } </style> <link data-minify="1" rel='stylesheet' id='wc-bundle-style-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-product-bundles/assets/css/frontend/woocommerce.css?ver=1739789068' media='all' /> <style id='rocket-lazyload-inline-css'> .rll-youtube-player{position:relative;padding-bottom:56.23%;height:0;overflow:hidden;max-width:100%;}.rll-youtube-player:focus-within{outline: 2px solid currentColor;outline-offset: 5px;}.rll-youtube-player iframe{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:0 0}.rll-youtube-player img{bottom:0;display:block;left:0;margin:auto;max-width:100%;width:100%;position:absolute;right:0;top:0;border:none;height:auto;-webkit-transition:.4s all;-moz-transition:.4s all;transition:.4s all}.rll-youtube-player img:hover{-webkit-filter:brightness(75%)}.rll-youtube-player .play{height:100%;width:100%;left:0;top:0;position:absolute;background:url(https://barc.com/wp-content/plugins/wp-rocket/assets/img/youtube.png) no-repeat center;background-color: transparent !important;cursor:pointer;border:none;} </style> <link data-minify="1" rel='stylesheet' id='google-fonts-1-css' href='https://barc.com/wp-content/cache/min/1/wp-content/uploads/omgf/google-fonts-1/google-fonts-1.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-regular-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/regular.min.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='elementor-icons-fa-brands-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/elementor/assets/lib/font-awesome/css/brands.min.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='wc-gzdp-theme-astra-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce-germanized-pro/build/static/wc-gzdp-theme-astra-styles.css?ver=1739789068' media='all' /> <script src="https://barc.com/wp-includes/js/jquery/jquery.min.js?ver=3.7.1" id="jquery-core-js"></script> <script src="https://barc.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=3.4.1" id="jquery-migrate-js"></script> <script data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/user-registration-plugin-for-woocommerce/front/js/afreg_front.js?ver=1710418308" id="afreg-front-js-js"></script> <script data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/user-registration-plugin-for-woocommerce/front/js/afreg_color_spectrum.js?ver=1710418308" id="color-spectrum-js-js"></script> <script type="rocketlazyloadscript" src="//www.google.com/recaptcha/api.js?ver=1.0" id="Google reCaptcha JS-js"></script> <script id="wpml-cookie-js-extra"> var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; var wpml_cookies = {"wp-wpml_current_language":{"value":"en","expires":1,"path":"\/"}}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/sitepress-multilingual-cms/res/js/cookies/language-cookie.js?ver=1710418308" id="wpml-cookie-js" defer data-wp-strategy="defer"></script> <!--[if IE]> <script src="https://barc.com/wp-content/themes/astra/assets/js/minified/flexibility.min.js?ver=4.8.10" id="astra-flexibility-js"></script> <script id="astra-flexibility-js-after"> flexibility(document.documentElement);</script> <![endif]--> <script src="https://barc.com/wp-content/plugins/woocommerce/assets/js/jquery-blockui/jquery.blockUI.min.js?ver=2.7.0-wc.9.6.0" id="jquery-blockui-js" defer data-wp-strategy="defer"></script> <script id="wc-add-to-cart-js-extra"> var wc_add_to_cart_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","i18n_view_cart":"View cart","cart_url":"https:\/\/barc.com\/cart\/","is_cart":"","cart_redirect_after_add":"yes"}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/frontend/add-to-cart.min.js?ver=9.6.0" id="wc-add-to-cart-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/js-cookie/js.cookie.min.js?ver=2.1.4-wc.9.6.0" id="js-cookie-js" defer data-wp-strategy="defer"></script> <script id="woocommerce-js-extra"> var woocommerce_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%"}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/frontend/woocommerce.min.js?ver=9.6.0" id="woocommerce-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/sitepress-multilingual-cms/templates/language-switchers/legacy-dropdown/script.min.js?ver=1" id="wpml-legacy-dropdown-0-js" defer></script> <script id="search-filter-elementor-js-extra"> var SFE_DATA = {"ajax_url":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","home_url":"https:\/\/barc.com\/"}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/search-filter-elementor/assets/js/search-filter-elementor.js?ver=1710418308" id="search-filter-elementor-js" defer></script> <script id="search-filter-plugin-build-js-extra"> var SF_LDATA = {"ajax_url":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","home_url":"https:\/\/barc.com\/","extensions":["search-filter-elementor"]}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/search-filter-pro/public/assets/js/search-filter-build.min.js?ver=2.5.17" id="search-filter-plugin-build-js" defer></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/search-filter-pro/public/assets/js/chosen.jquery.min.js?ver=2.5.17" id="search-filter-plugin-chosen-js" defer></script> <script id="borlabs-cookie-prioritize-js-extra"> var borlabsCookiePrioritized = {"domain":"barc.com","path":"\/","version":"1","bots":"1","optInJS":{"statistics":{"google-tag-manager":"PCEtLSBHb29nbGUgVGFnIE1hbmFnZXIgLS0+DQo8c2NyaXB0PihmdW5jdGlvbih3LGQscyxsLGkpe3dbbF09d1tsXXx8W107d1tsXS5wdXNoKHsnZ3RtLnN0YXJ0JzoNCm5ldyBEYXRlKCkuZ2V0VGltZSgpLGV2ZW50OidndG0uanMnfSk7dmFyIGY9ZC5nZXRFbGVtZW50c0J5VGFnTmFtZShzKVswXSwNCmo9ZC5jcmVhdGVFbGVtZW50KHMpLGRsPWwhPSdkYXRhTGF5ZXInPycmbD0nK2w6Jyc7ai5hc3luYz10cnVlO2ouc3JjPQ0KJ2h0dHBzOi8vd3d3Lmdvb2dsZXRhZ21hbmFnZXIuY29tL2d0bS5qcz9pZD0nK2krZGw7Zi5wYXJlbnROb2RlLmluc2VydEJlZm9yZShqLGYpOw0KfSkod2luZG93LGRvY3VtZW50LCdzY3JpcHQnLCdkYXRhTGF5ZXInLCdHVE0tV1BNNzM4TicpOzwvc2NyaXB0Pg0KPCEtLSBFbmQgR29vZ2xlIFRhZyBNYW5hZ2VyIC0tPg=="}}}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie-prioritize.min.js?ver=2.3" id="borlabs-cookie-prioritize-js" defer></script> <link rel="https://api.w.org/" href="https://barc.com/wp-json/" /><link rel="alternate" title="JSON" type="application/json" href="https://barc.com/wp-json/wp/v2/review_categories/592" /><link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://barc.com/xmlrpc.php?rsd" /> <meta name="generator" content="WordPress 6.7.2" /> <meta name="generator" content="WPML ver:4.6.15 stt:1,3;" /> <noscript><style>.woocommerce-product-gallery{ opacity: 1 !important; }</style></noscript> <meta name="generator" content="Elementor 3.27.0; features: additional_custom_breakpoints; settings: css_print_method-external, google_font-enabled, font_display-auto"> <style> div.elementor-widget-image a img[src$=".svg"], .elementor-widget-image figure>a img[src$=".svg"]{ width: 100%; } .elementor-column-gap-default>.elementor-column>.elementor-element-populated{ padding: 0; } .site-content div:not(.bluesection) > .elementor-widget-container p a:not(.elementor-button), .site-content div:not(.bluesection) > .elementor-widget-container li a:not(.elementor-button){ text-decoration: none; background-image: linear-gradient(currentColor, currentColor); background-position: 50% 100%; background-repeat: no-repeat; background-size: 0% 2px; padding-bottom: 2px; transition: background-size cubic-bezier(0,.5,0,1) 0.3s !important; } .site-content div:not(.bluesection) > .elementor-widget-container p a:not(.elementor-button):hover, .site-content div:not(.bluesection) > .elementor-widget-container li a:not(.elementor-button):hover{ background-size: 100% 2px; } .equalheightloop .e-loop-item > section.elementor-section{ /* background-color: red; */ height: 100%; } .equalheightloop .e-loop-item > section.elementor-section > div.elementor-container{ height: 100%; } .equalheightloop .e-loop-item > section.elementor-section > div.elementor-container > div.elementor-column > div.elementor-widget-wrap{ margin-top: 0; margin-bottom: 0; } .equalheightsec .widthpostelement a{ display: inline; } .elementor-section.elementor-element-7836547f>.elementor-container, .elementor-section.elementor-element-46459b4>.elementor-container{ align-items: inherit; } .shadowchild > div{ box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24); } .shadowchild > div:hover{ box-shadow: 0 14px 28px rgba(0,0,0,0.20), 0 10px 10px rgba(0,0,0,0.17); } .bluesection a{ color: #CCFFCC; } </style> <style> .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+4):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } @media screen and (max-height: 1024px) { .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+3):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } @media screen and (max-height: 640px) { .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload), .e-con.e-parent:nth-of-type(n+2):not(.e-lazyloaded):not(.e-no-lazyload) * { background-image: none !important; } } </style> <style class='wp-fonts-local'> @font-face{font-family:Inter;font-style:normal;font-weight:300 900;font-display:fallback;src:url('https://barc.com/wp-content/plugins/woocommerce/assets/fonts/Inter-VariableFont_slnt,wght.woff2') format('woff2');font-stretch:normal;} @font-face{font-family:Cardo;font-style:normal;font-weight:400;font-display:fallback;src:url('https://barc.com/wp-content/plugins/woocommerce/assets/fonts/cardo_normal_400.woff2') format('woff2');} </style> <link rel="icon" href="https://barc.com/wp-content/uploads/2022/08/favicon-16x16-2.png" sizes="32x32" /> <link rel="icon" href="https://barc.com/wp-content/uploads/2022/08/favicon-16x16-2.png" sizes="192x192" /> <link rel="apple-touch-icon" href="https://barc.com/wp-content/uploads/2022/08/favicon-16x16-2.png" /> <meta name="msapplication-TileImage" content="https://barc.com/wp-content/uploads/2022/08/favicon-16x16-2.png" /> <style id="wp-custom-css"> body .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-prev, body .elementor-widget-loop-carousel .elementor-swiper-button.elementor-swiper-button-next { color: var(--arrow-normal-color, hsla(0, 0%, 93%, .9)); font-size: var(--arrow-size, 25px); } .svgcta p:after, .svgcta a:after{ font-family: "Font Awesome 5 Free" !important; content: "\f061" !important; padding-left: 4px; color: #016483; font-size: 20px; font-weight: 600; } .elementor-element .bdt-tab .bdt-tabs-item:hover .bdt-tabs-item-title { background-color: var(--e-global-color-primary); color: #FFFFFF!important; } .BC_F_word-container { display: inline-block; position: relative; overflow: hidden; color: #fff; width: 100%; display: block; text-align: center; font-size: 40px; line-height: 52px; } .BC_F_word { display: inline-block; opacity: 0; transform: translateY(100%); transition: transform 0.5s ease-out, opacity 0.5s ease-out; } .BC_F_word-small-tag { display: inline-flex; align-items: center; opacity: 0; transition: opacity 1s ease-in; margin-top: 20px; /* Optional spacing between the two containers */ color: #fff; width: 100%; display: block; text-align: center; font-size: 28px; font-weight: 400; line-height: 36.4px; } .BC_F_word-small-tag svg { margin-left: 10px; /* Adds space between text and SVG */ } @media (max-width: 767px) { .BC_F_word-container { font-size: 28px; line-height: 36px; } .BC_F_word-small-tag { font-size: 19px; line-height: 22.8px; } } </style> <noscript><style id="rocket-lazyload-nojs-css">.rll-youtube-player, [data-lazy-src]{display:none !important;}</style></noscript></head> <body itemtype='https://schema.org/Blog' itemscope='itemscope' class="archive tax-review_categories term-business-intelligence-analytics term-592 wp-custom-logo theme-astra woocommerce-no-js ast-header-break-point ast-page-builder-template ast-no-sidebar astra-4.8.10 ast-header-custom-item-inside group-blog ast-inherit-site-logo-transparent elementor-page-95380 elementor-page-112851 elementor-default elementor-template-full-width elementor-kit-11 astra-addon-4.8.11"> <a class="skip-link screen-reader-text" href="#content" title="Skip to content"> Skip to content</a> <div class="hfeed site" id="page"> <div data-elementor-type="header" data-elementor-id="89993" class="elementor elementor-89993 elementor-21800 elementor-location-header" data-elementor-settings="{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-8951b33 elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8951b33" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-8e3fb0b" data-id="8e3fb0b" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-97727b2 ob-has-background-overlay elementor-widget elementor-widget-theme-site-logo elementor-widget-image" data-id="97727b2" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-site-logo.default"> <div class="elementor-widget-container"> <a href="https://barc.com"> <img fetchpriority="high" width="532" height="170" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20532%20170'%3E%3C/svg%3E" class="attachment-full size-full wp-image-40922 astra-logo-svg" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg" /><noscript><img fetchpriority="high" width="532" height="170" src="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg" class="attachment-full size-full wp-image-40922 astra-logo-svg" alt="" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-e222b5f elementor-hidden-phone" data-id="e222b5f" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c6fcc7c elementor-align-right elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="c6fcc7c" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://barc.com/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-23b27aa elementor-align-right elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="23b27aa" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://barc.com/newsletter/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Newsletter</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-1221eee elementor-align-right elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="1221eee" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://barc.com/shop/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Shop</span> </span> </a> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-b00681c elementor-hidden-phone" data-id="b00681c" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-12d9819 toggle-icon--basket-solid elementor-widget__width-auto elementor-menu-cart--items-indicator-none elementor-menu-cart--cart-type-side-cart ob-has-background-overlay elementor-widget elementor-widget-woocommerce-menu-cart" data-id="12d9819" data-element_type="widget" data-settings="{&quot;cart_type&quot;:&quot;side-cart&quot;,&quot;open_cart&quot;:&quot;click&quot;,&quot;automatically_open_cart&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="woocommerce-menu-cart.default"> <div class="elementor-widget-container"> <div class="elementor-menu-cart__wrapper"> <div class="elementor-menu-cart__toggle_wrapper"> <div class="elementor-menu-cart__container elementor-lightbox" aria-hidden="true"> <div class="elementor-menu-cart__main" aria-hidden="true"> <div class="elementor-menu-cart__close-button"> </div> <div class="widget_shopping_cart_content"> </div> </div> </div> <div class="elementor-menu-cart__toggle elementor-button-wrapper"> <a id="elementor-menu-cart__toggle_button" href="#" class="elementor-menu-cart__toggle_button elementor-button elementor-size-sm" aria-expanded="false"> <span class="elementor-button-text"><span class="woocommerce-Price-amount amount"><bdi>0,00&nbsp;<span class="woocommerce-Price-currencySymbol">&euro;</span></bdi></span></span> <span class="elementor-button-icon"> <span class="elementor-button-icon-qty" data-counter="0">0</span> <i class="eicon-basket-solid"></i> <span class="elementor-screen-only">Cart</span> </span> </a> </div> </div> </div> <!-- close elementor-menu-cart__wrapper --> </div> </div> <!-- dce invisible element 0dd7be3 --> <div class="elementor-element elementor-element-91765bd elementor-view-stacked elementor-widget__width-auto elementor-shape-circle ob-has-background-overlay elementor-widget elementor-widget-icon" data-id="91765bd" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon.default"> <div class="elementor-widget-container"> <div class="elementor-icon-wrapper"> <a class="elementor-icon" href="https://barc.com/my-account/"> <i aria-hidden="true" class="fas fa-user"></i> </a> </div> </div> </div> <!-- dce invisible element 4b872b9 --> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-3405147 elementor-hidden-mobile" data-id="3405147" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-42997d5 elementor-search-form--skin-full_screen elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-search-form" data-id="42997d5" data-element_type="widget" data-settings="{&quot;skin&quot;:&quot;full_screen&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="search-form.default"> <div class="elementor-widget-container"> <search role="search"> <form class="elementor-search-form" action="https://barc.com" method="get"> <div class="elementor-search-form__toggle" role="button" tabindex="0" aria-label="Search"> <i aria-hidden="true" class="fas fa-search"></i> </div> <div class="elementor-search-form__container"> <label class="elementor-screen-only" for="elementor-search-form-42997d5">Search</label> <input id="elementor-search-form-42997d5" placeholder="Search..." class="elementor-search-form__input" type="search" name="s" value=""> <input type='hidden' name='lang' value='en' /> <div class="dialog-lightbox-close-button dialog-close-button" role="button" tabindex="0" aria-label="Close this search box."> <i aria-hidden="true" class="eicon-close"></i> </div> </div> </form> </search> </div> </div> </div> </div> <div class="elementor-column elementor-col-20 elementor-top-column elementor-element elementor-element-8770cc4 elementor-hidden-mobile" data-id="8770cc4" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bcdad1d ob-has-background-overlay elementor-widget elementor-widget-wpml-language-switcher" data-id="bcdad1d" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="wpml-language-switcher.default"> <div class="elementor-widget-container"> <div class="wpml-elementor-ls"> <div class="wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-touch-device wpml-ls-legacy-dropdown js-wpml-ls-legacy-dropdown"> <ul> <li tabindex="0" class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown"> <a href="#" class="js-wpml-ls-item-toggle wpml-ls-item-toggle"> <img width="1990" height="1050" class="wpml-ls-flag" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201990%201050'%3E%3C/svg%3E" alt="English" width=40 height=22 data-lazy-src="https://barc.com/wp-content/uploads/flags/2807790_18165.svg" /><noscript><img width="1990" height="1050" class="wpml-ls-flag" src="https://barc.com/wp-content/uploads/flags/2807790_18165.svg" alt="English" width=40 height=22 /></noscript></a> <ul class="wpml-ls-sub-menu"> <li class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-de wpml-ls-last-item"> <a href="https://barc.com/de/reviews/business-intelligence-analytics/" class="wpml-ls-link"> <img width="1000" height="600" class="wpml-ls-flag" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20600'%3E%3C/svg%3E" alt="German" width=40 height=22 data-lazy-src="https://barc.com/wp-content/uploads/flags/de.svg" /><noscript><img width="1000" height="600" class="wpml-ls-flag" src="https://barc.com/wp-content/uploads/flags/de.svg" alt="German" width=40 height=22 /></noscript></a> </li> </ul> </li> </ul> </div> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad bdt-sticky elementor-section elementor-top-section elementor-element elementor-element-200917b elementor-hidden-tablet elementor-hidden-mobile headerid elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-bdt-sticky="position: start" data-id="200917b" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-e26e948" data-id="e26e948" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-00167b8 elementor-hidden-tablet elementor-hidden-mobile uael-nav-menu__align-left uael-submenu-open-hover uael-submenu-icon-arrow uael-submenu-animation-none uael-link-redirect-child uael-nav-menu__breakpoint-tablet uael-nav-menu-toggle-label-no ob-has-background-overlay elementor-widget elementor-widget-uael-nav-menu" data-id="00167b8" data-element_type="widget" data-settings="{&quot;distance_from_menu&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;distance_from_menu_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:5,&quot;sizes&quot;:[]},&quot;distance_from_menu_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="uael-nav-menu.default"> <div class="elementor-widget-container"> <div class="uael-nav-menu uael-layout-horizontal uael-nav-menu-layout uael-pointer__overline uael-animation__grow" data-layout="horizontal"> <div role="button" class="uael-nav-menu__toggle elementor-clickable"> <span class="screen-reader-text">Main Menu</span> <div class="uael-nav-menu-icon"> <i aria-hidden="true" class="fas fa-align-justify"></i> </div> </div> <nav class="uael-nav-menu__layout-horizontal uael-nav-menu__submenu-arrow" data-toggle-icon="&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;" data-close-icon="&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;" data-full-width="yes"> <ul class="uael-nav-menu uael-nav-menu-custom uael-custom-wrapper"><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-175db82" data-dropdown-width="column" data-dropdown-pos=""><div class='uael-has-submenu-container'><a href="https://barc.com/research/" class='uael-menu-item'>Insights<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a></div><ul class='sub-menu parent-do-not-have-template'><div class="menu-item saved-content child elementor-repeater elementor-repeater-item-ba92dee"> <div data-elementor-type="section" data-elementor-id="89997" class="elementor elementor-89997 elementor-21739 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-4cb8123 elementor-section-full_width noctadisplay elementor-section-height-default elementor-section-height-default" data-id="4cb8123" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9087f12" data-id="9087f12" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-6217348 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="6217348" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/research/"> <span class="elementor-icon-list-text">Surveys &amp; Reports</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-0268cfb elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="0268cfb" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-0268cfb" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90104"><a href="https://barc.com/research/the-bi-analytics-survey/" class="elementor-item menu-link" tabindex="-1">The BI &#038; Analytics Survey</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90105"><a href="https://barc.com/research/the-planning-survey/" class="elementor-item menu-link" tabindex="-1">The Planning Survey</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90106"><a href="https://barc.com/research/the-data-management-survey/" class="elementor-item menu-link" tabindex="-1">The Data Management Survey</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-99494"><a href="https://barc.com/research/the-financial-consolidation-survey-by-barc/" class="elementor-item menu-link" tabindex="-1">The Financial Consolidation Survey</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90107"><a href="https://barc.com/research/barc-scores/" class="elementor-item menu-link" tabindex="-1">BARC Scores</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90109"><a href="https://barc.com/research/barc-market-research-studies/" class="elementor-item menu-link" tabindex="-1">Topical Surveys</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-36cb74d bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="36cb74d" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <a style="color: #ccffcc;" href="https://barc.com/research/">ALL SURVEYS &amp; REPORTS</a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-9d3d3de" data-id="9d3d3de" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-35c70d3 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="35c70d3" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/media/"> <span class="elementor-icon-list-text">Media Content</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-2db45b0 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="2db45b0" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-2db45b0" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90110"><a href="https://barc.com/magazine/" class="elementor-item menu-link" tabindex="-1">Magazine</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90111"><a href="https://barc.com/barc-plus-overview/" class="elementor-item menu-link" tabindex="-1">BARC+</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90112"><a href="https://barc.com/data-culture-podcast/" class="elementor-item menu-link" tabindex="-1">Data Culture Podcast</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-92383"><a href="https://barc.com/media/?_sft_content_typ=videos" class="elementor-item menu-link" tabindex="-1">Videos</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-106399"><a href="https://barc.com/media/?_sft_content_typ=infographic" class="elementor-item menu-link" tabindex="-1">Infographics</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-a236394 bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="a236394" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <a style="color: #ccffcc;" href="https://barc.com/media/">ALL CONTENT</a> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-401a1bb" data-id="401a1bb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-9f1f1b9 elementor-view-default elementor-position-top elementor-mobile-position-top ob-has-background-overlay elementor-widget elementor-widget-icon-box" data-id="9f1f1b9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://barc.com/data-culture-podcast/" class="elementor-icon" tabindex="-1" aria-label="Data Culture Podcast"> <svg xmlns="http://www.w3.org/2000/svg" id="ICON_Pfad" data-name="ICON Pfad" viewBox="0 0 80 80"><defs><style> .cls-1 { fill: none; stroke: #006382; stroke-linecap: round; stroke-linejoin: round; stroke-width: 2px; } </style></defs><path class="cls-1" d="M62.9,27.38v17.44c0,6.04-4.34,10.95-9.68,10.95h-26.45c-5.33,0-9.66-4.9-9.66-10.95v-17.44c0-1.42,1.02-2.57,2.28-2.57h5.05v14.93c0,1.31.26,2.58.73,3.72,1.46,3.59,4.98,6.12,9.09,6.12h11.49c4.12,0,7.63-2.53,9.11-6.12.47-1.14.73-2.41.73-3.72v-14.93h5.04c1.26,0,2.28,1.15,2.28,2.57Z"></path><path class="cls-1" d="M54.85,43.47c-1.47,3.59-4.99,6.12-9.11,6.12h-11.49c-4.12,0-7.63-2.53-9.09-6.12h29.69Z"></path><path class="cls-1" d="M25.16,43.47c1.46,3.59,4.98,6.12,9.09,6.12h11.49c4.12,0,7.63-2.53,9.11-6.12h-29.69Z"></path><path class="cls-1" d="M45.96,17.76c0,.79.32,1.52.85,2.04s1.26.85,2.04.85h6.73v7.42h-6.73c-1.59,0-2.89,1.28-2.89,2.88,0,.8.32,1.52.85,2.04.53.53,1.26.85,2.04.85h6.73v4.12h-31.15v-4.12h6.73c.79,0,1.52-.32,2.03-.85.53-.53.85-1.24.85-2.04,0-1.59-1.28-2.88-2.88-2.88h-6.73v-7.42h6.73c.79,0,1.52-.32,2.03-.85.53-.53.85-1.26.85-2.04,0-1.59-1.28-2.88-2.88-2.88h-6.73v-.06c0-5.43,4.39-9.82,9.82-9.82h11.49c5.43,0,9.84,4.39,9.84,9.82v.06h-6.73c-1.59,0-2.89,1.28-2.89,2.88Z"></path><g><path class="cls-1" d="M34.03,17.76c0,.79-.32,1.52-.85,2.04-.51.53-1.24.85-2.03.85h-6.73v-5.77h6.73c1.59,0,2.88,1.28,2.88,2.88Z"></path><path class="cls-1" d="M55.58,14.88v5.77h-6.73c-.79,0-1.52-.32-2.04-.85s-.85-1.26-.85-2.04c0-1.59,1.3-2.88,2.89-2.88h6.73Z"></path><path class="cls-1" d="M55.58,37.95v1.8c0,1.31-.26,2.58-.73,3.72h-29.69c-.47-1.14-.73-2.41-.73-3.72v-1.8h31.15Z"></path><path class="cls-1" d="M55.58,28.06v5.77h-6.73c-.79,0-1.52-.32-2.04-.85-.53-.53-.85-1.24-.85-2.04,0-1.59,1.3-2.88,2.89-2.88h6.73Z"></path><path class="cls-1" d="M34.04,30.94c0,.8-.32,1.52-.85,2.04-.51.53-1.24.85-2.03.85h-6.73v-5.77h6.73c1.59,0,2.88,1.28,2.88,2.88Z"></path></g><rect class="cls-1" x="36.8" y="55.77" width="6.41" height="12.6"></rect><path class="cls-1" d="M31.01,68.37h17.99c2.89,0,5.24,2.35,5.24,5.24v.37c0,.56-.46,1.02-1.02,1.02h-26.43c-.56,0-1.02-.46-1.02-1.02v-.37c0-2.89,2.35-5.24,5.24-5.24Z"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <div class="elementor-icon-box-title"> <a href="https://barc.com/data-culture-podcast/" > Data Culture Podcast </a> </div> </div> </div> </div> </div> <div class="elementor-element elementor-element-35b5ecc elementor-view-default elementor-position-top elementor-mobile-position-top ob-has-background-overlay elementor-widget elementor-widget-icon-box" data-id="35b5ecc" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-box.default"> <div class="elementor-widget-container"> <div class="elementor-icon-box-wrapper"> <div class="elementor-icon-box-icon"> <a href="https://barc.com/research/latest-barc-surveys/" class="elementor-icon" tabindex="-1" aria-label="Current surveys"> <svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="ICON_Pfad" x="0px" y="0px" viewBox="0 0 71.76 71.96" xml:space="preserve"><path fill="none" stroke="#006382" stroke-width="2" d="M41.66,7.96C32.34-1.33,17.25-1.32,7.96,8S-1.32,32.41,8,41.7 s24.41,9.28,33.7-0.04c4.47-4.48,6.97-10.55,6.96-16.87C48.65,18.47,46.13,12.42,41.66,7.96 M37.18,12.46 c-6.84-6.82-17.91-6.81-24.73,0.03c-3.28,3.28-5.11,7.74-5.11,12.38 M24.82,16.25c-3.71-0.01-6.73,2.99-6.74,6.7 c-0.01,3.71,2.99,6.73,6.7,6.74c3.71,0.01,6.73-2.99,6.74-6.7c0-0.01,0-0.02,0-0.03l0,0C31.51,19.26,28.52,16.26,24.82,16.25z M29.82,30.43h-10c-3.7,0.01-6.7,3.02-6.69,6.72v0.55c6.56,6.24,16.87,6.24,23.43,0v-0.55c0.01-3.7-2.98-6.7-6.68-6.72H29.82z M50.69,41.87l-8.91,9l19.43,19.5l8.92-8.94L50.69,41.87z M53.69,50.68l10.79,10.76 M61.29,64.59L50.52,53.78 M46.43,52.96 l6.29-6.31 M69.11,62.45l-6.88,6.9l1.65,1.61c3.8,0,6.88-3.08,6.88-6.88c0-0.01,0-0.01,0-0.02l0,0L69.11,62.45z M44.3,47.96 l-4.42-4.4 M47.88,44.43l-4.46-4.47"></path></svg> </a> </div> <div class="elementor-icon-box-content"> <div class="elementor-icon-box-title"> <a href="https://barc.com/research/latest-barc-surveys/" > Current surveys </a> </div> </div> </div> </div> </div> </div> </div> </div> </section> </div> </div></ul></li><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-6cfdcf8" data-dropdown-width="column" data-dropdown-pos=""><div class='uael-has-submenu-container'><a href="https://barc.com/barc-ecosystems/" class='uael-menu-item'>Ecosystems<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a></div><ul class='sub-menu parent-do-not-have-template'><div class="menu-item saved-content child elementor-repeater elementor-repeater-item-e3b7d86"> <div data-elementor-type="section" data-elementor-id="90025" class="elementor elementor-90025 elementor-21729 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2d1d48c elementor-section-full_width noctadisplay elementor-section-height-default elementor-section-height-default" data-dce-background-color="#016483" data-id="2d1d48c" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-3f184f9" data-id="3f184f9" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7735e86 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="7735e86" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/barc-ecosystems/"> <span class="elementor-icon-list-text">Ecosystems</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-f512557 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="f512557" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-f512557" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-92410"><a href="https://barc.com/power-bi-ecosystem/" class="elementor-item menu-link" tabindex="-1">Power BI &#038; Fabric</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-92411"><a href="https://barc.com/ibm-planning-analytics-ecosystem/" class="elementor-item menu-link" tabindex="-1">IBM Planning Analytics</a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> </div> </div></ul></li><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-db40b2d" data-dropdown-width="column" data-dropdown-pos=""><div class='uael-has-submenu-container'><a href="https://barc.com/reviews/" class='uael-menu-item'>Reviews<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a></div><ul class='sub-menu parent-do-not-have-template'><div class="menu-item saved-content child elementor-repeater elementor-repeater-item-1662e61"> <div data-elementor-type="section" data-elementor-id="113664" class="elementor elementor-113664 elementor-21779 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-15465f1 elementor-section-full_width noctadisplay elementor-section-height-default elementor-section-height-default" data-id="15465f1" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-da16e73" data-id="da16e73" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-f873120 elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="f873120" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/reviews/data-tools/"> <span class="elementor-icon-list-text">Data Tools</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-e14c0e5 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="e14c0e5" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-e14c0e5" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113658"><a href="https://barc.com/reviews/cloud-data-warehouses/" class="elementor-item menu-link" tabindex="-1">Cloud Data Warehouses</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113659"><a href="https://barc.com/reviews/data-catalogs/" class="elementor-item menu-link" tabindex="-1">Data Catalogs</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113660"><a href="https://barc.com/reviews/data-intelligence-platforms/" class="elementor-item menu-link" tabindex="-1">Data Intelligence Platforms</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113661"><a href="https://barc.com/reviews/data-warehouse-automation/" class="elementor-item menu-link" tabindex="-1">Data Warehouse Automation</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113662"><a href="https://barc.com/reviews/data-pipelining-etl-elt/" class="elementor-item menu-link" tabindex="-1">Data Pipelining (ETL, ELT)</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113663"><a href="https://barc.com/reviews/relational-databases/" class="elementor-item menu-link" tabindex="-1">Relational Databases</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-94e250e bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="94e250e" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #ccffcc;" href="https://barc.com/reviews/data-tools/">ALL DATA TOOLS</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-4f60902" data-id="4f60902" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-af8547b elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="af8547b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/reviews/corporate-performance-management-en/"> <span class="elementor-icon-list-text">Corporate Performance Management</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-546c338 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="546c338" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-546c338" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113651"><a href="https://barc.com/reviews/business-planning-software/" class="elementor-item menu-link" tabindex="-1">Business Planning</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113652"><a href="https://barc.com/reviews/financial-planning-software/" class="elementor-item menu-link" tabindex="-1">Financial Planning</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113653"><a href="https://barc.com/reviews/consolidation-software/" class="elementor-item menu-link" tabindex="-1">Group Consolidation</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-112beb9 bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="112beb9" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #ccffcc;" href="https://barc.com/reviews/corporate-performance-management-en/">ALL CPM TOOLS</a></p> </div> </div> <div class="elementor-element elementor-element-ac560fa ob-has-background-overlay elementor-widget elementor-widget-spacer" data-id="ac560fa" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <div class="elementor-element elementor-element-e05d9ef elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="e05d9ef" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/reviews/esg-software/"> <span class="elementor-icon-list-text">ESG Software</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-aeaeb64 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="aeaeb64" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-aeaeb64" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-104823"><a href="https://barc.com/de/reviews/esg-data-management/" class="elementor-item menu-link" tabindex="-1">ESG Data Management</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-104824"><a href="https://barc.com/de/reviews/esg-performance-management/" class="elementor-item menu-link" tabindex="-1">ESG Performance Management</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-104825"><a href="https://barc.com/de/reviews/esg-reporting-disclosure/" class="elementor-item menu-link" tabindex="-1">ESG Reporting &#038; Disclosure</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-e75f13c bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e75f13c" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #ccffcc;" href="https://barc.com/reviews/esg-software/">ALL ESG TOOLS</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-e56943b" data-id="e56943b" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-629fcad elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="629fcad" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/reviews/business-intelligence-analytics/"> <span class="elementor-icon-list-text">Business Intelligence &amp; Analytics</span> </a> </li> </ul> </div> </div> <div class="elementor-element elementor-element-4187918 elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="4187918" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-4187918" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113654"><a href="https://barc.com/reviews/analysis/" class="elementor-item menu-link" tabindex="-1">Analysis</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113655"><a href="https://barc.com/reviews/dashboards/" class="elementor-item menu-link" tabindex="-1">Dashboards</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113656"><a href="https://barc.com/reviews/data-visualization/" class="elementor-item menu-link" tabindex="-1">Data Visualization</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-113657"><a href="https://barc.com/reviews/reporting/" class="elementor-item menu-link" tabindex="-1">Reporting</a></li> </ul> </nav> </div> </div> <div class="elementor-element elementor-element-1015da6 bluesection ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="1015da6" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #ccffcc;" href="https://barc.com/reviews/business-intelligence-analytics/">ALL BI &amp; ANALYTICS TOOLS</a></p> </div> </div> <div class="elementor-element elementor-element-67f8a5c ob-has-background-overlay elementor-widget elementor-widget-spacer" data-id="67f8a5c" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="spacer.default"> <div class="elementor-widget-container"> <div class="elementor-spacer"> <div class="elementor-spacer-inner"></div> </div> </div> </div> <!-- dce invisible element ef513bb --><!-- dce invisible element 72debb1 --> </div> </div> </div> </section> </div> </div></ul></li><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-447eda6" data-dropdown-width="column" data-dropdown-pos=""><a href="https://barc.com/topics/" class='uael-menu-item'>Consulting<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-c76792b" data-dropdown-width="column" data-dropdown-pos=""><a href="https://barc.com/events/" class='uael-menu-item'>Events<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a><li class="menu-item menu-item-has-children parent parent-has-no-child elementor-repeater-item-f8a86e4" data-dropdown-width="column" data-dropdown-pos=""><div class='uael-has-submenu-container'><a href="https://barc.com/about-barc/" class='uael-menu-item'>About Us<span class='uael-menu-toggle sub-arrow parent-item'><i class='fa'></i></span></a></div><ul class='sub-menu parent-do-not-have-template'><div class="menu-item saved-content child elementor-repeater elementor-repeater-item-e1e3874"> <div data-elementor-type="section" data-elementor-id="90046" class="elementor elementor-90046 elementor-492 elementor-location-header" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-0ae3bbf elementor-section-full_width noctadisplay elementor-section-height-default elementor-section-height-default" data-id="0ae3bbf" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-48916b5" data-id="48916b5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5c8b52f elementor-nav-menu__text-align-aside ob-has-background-overlay elementor-widget elementor-widget-nav-menu" data-id="5c8b52f" data-element_type="widget" data-settings="{&quot;layout&quot;:&quot;dropdown&quot;,&quot;submenu_icon&quot;:{&quot;value&quot;:&quot;&lt;i class=\&quot;fas fa-caret-down\&quot;&gt;&lt;\/i&gt;&quot;,&quot;library&quot;:&quot;fa-solid&quot;},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="nav-menu.default"> <div class="elementor-widget-container"> <nav class="elementor-nav-menu--dropdown elementor-nav-menu__container" aria-hidden="true"> <ul id="menu-2-5c8b52f" class="elementor-nav-menu"><li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90099"><a href="https://barc.com/about-barc/" class="elementor-item menu-link" tabindex="-1">About BARC</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-107335"><a href="https://barc.com/our-values/" class="elementor-item menu-link" tabindex="-1">Our values</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-94334"><a href="https://barc.com/team/" class="elementor-item menu-link" tabindex="-1">The BARC analyst team</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90100"><a href="https://barc.com/news/" class="elementor-item menu-link" tabindex="-1">Newsroom</a></li> <li class="menu-item menu-item-type-post_type menu-item-object-page menu-item-116936"><a href="https://barc.com/barc-ambassadors/" class="elementor-item menu-link" tabindex="-1">BARC Ambassadors</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90101"><a href="https://barc.com/our-partners/" class="elementor-item menu-link" tabindex="-1">Partners</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90102"><a href="https://barc.com/contact" class="elementor-item menu-link" tabindex="-1">Contact</a></li> <li class="menu-item menu-item-type-custom menu-item-object-custom menu-item-90103"><a href="/cdn-cgi/l/email-protection#31585f575e71535043521f525e5c" class="elementor-item menu-link" tabindex="-1"><span class="__cf_email__" data-cfemail="5e373038311e3c3f2c3d703d3133">[email&#160;protected]</span></a></li> </ul> </nav> </div> </div> </div> </div> </div> </section> </div> </div></ul> </nav> </div> </div> </div> <!-- dce invisible element f8762a2 --> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-23643d8 elementor-hidden-tablet elementor-hidden-phone" data-id="23643d8" data-element_type="column" data-settings="{&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/barc-plus-uebersicht\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <!-- dce invisible element 6bd201c --> </div> </div> </div> </section> <section class="ob-is-breaking-bad bdt-sticky elementor-section elementor-top-section elementor-element elementor-element-1ca3a63 elementor-hidden-desktop headerid elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-bdt-sticky="position: start" data-dce-background-color="#002B5E" data-id="1ca3a63" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-a6aa3d2" data-id="a6aa3d2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a4f94e7 elementor-widget-mobile__width-auto elementor-hidden-desktop elementor-hidden-tablet ob-has-background-overlay elementor-widget elementor-widget-image" data-id="a4f94e7" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://barc.com"> <img width="1024" height="1024" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201024%201024'%3E%3C/svg%3E" class="attachment-large size-large wp-image-56644" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 150w, https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 300w, https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 1024w" data-lazy-sizes="(max-width: 1024px) 100vw, 1024px" data-lazy-src="https://barc.com/wp-content/uploads/2021/11/BARC-Logo-White-SVG-ohne-Padding.svg" /><noscript><img width="1024" height="1024" src="https://barc.com/wp-content/uploads/2021/11/BARC-Logo-White-SVG-ohne-Padding.svg" class="attachment-large size-large wp-image-56644" alt="" srcset="https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 150w, https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 300w, https://barc.com/wp-content/uploads//2021/11/BARC-Logo-White-SVG-ohne-Padding.svg 1024w" sizes="(max-width: 1024px) 100vw, 1024px" /></noscript> </a> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-1a1ba10 elementor-hidden-desktop elementor-hidden-tablet" data-id="1a1ba10" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap"> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-025d6db elementor-hidden-desktop elementor-hidden-tablet" data-id="025d6db" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-90c1a2b ob-has-background-overlay elementor-widget elementor-widget-wpml-language-switcher" data-id="90c1a2b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="wpml-language-switcher.default"> <div class="elementor-widget-container"> <div class="wpml-elementor-ls"> <div class="wpml-ls-statics-shortcode_actions wpml-ls wpml-ls-touch-device wpml-ls-legacy-dropdown js-wpml-ls-legacy-dropdown"> <ul> <li tabindex="0" class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-en wpml-ls-current-language wpml-ls-first-item wpml-ls-item-legacy-dropdown"> <a href="#" class="js-wpml-ls-item-toggle wpml-ls-item-toggle"> <img width="1990" height="1050" class="wpml-ls-flag" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201990%201050'%3E%3C/svg%3E" alt="English" width=40 height=22 data-lazy-src="https://barc.com/wp-content/uploads/flags/2807790_18165.svg" /><noscript><img width="1990" height="1050" class="wpml-ls-flag" src="https://barc.com/wp-content/uploads/flags/2807790_18165.svg" alt="English" width=40 height=22 /></noscript></a> <ul class="wpml-ls-sub-menu"> <li class="wpml-ls-slot-shortcode_actions wpml-ls-item wpml-ls-item-de wpml-ls-last-item"> <a href="https://barc.com/de/reviews/business-intelligence-analytics/" class="wpml-ls-link"> <img width="1000" height="600" class="wpml-ls-flag" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201000%20600'%3E%3C/svg%3E" alt="German" width=40 height=22 data-lazy-src="https://barc.com/wp-content/uploads/flags/de.svg" /><noscript><img width="1000" height="600" class="wpml-ls-flag" src="https://barc.com/wp-content/uploads/flags/de.svg" alt="German" width=40 height=22 /></noscript></a> </li> </ul> </li> </ul> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-25 elementor-top-column elementor-element elementor-element-3185f7c" data-id="3185f7c" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-544cce7 elementor-hidden-desktop uael-nav-menu__align-left uael-submenu-open-hover uael-submenu-icon-arrow uael-submenu-animation-none uael-link-redirect-child uael-nav-menu__breakpoint-tablet ob-has-background-overlay elementor-widget elementor-widget-uael-nav-menu" data-id="544cce7" data-element_type="widget" data-settings="{&quot;distance_from_menu_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0,&quot;sizes&quot;:[]},&quot;distance_from_menu_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:10,&quot;sizes&quot;:[]},&quot;distance_from_menu&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="uael-nav-menu.default"> <div class="elementor-widget-container"> <div class="uael-nav-menu uael-layout-horizontal uael-nav-menu-layout uael-pointer__none" data-layout="horizontal"> <div role="button" class="uael-nav-menu__toggle elementor-clickable"> <span class="screen-reader-text">Main Menu</span> <div class="uael-nav-menu-icon"> <i aria-hidden="true" class="fas fa-align-justify"></i> </div> </div> <nav class="uael-nav-menu__layout-horizontal uael-nav-menu__submenu-arrow" data-toggle-icon="&lt;i aria-hidden=&quot;true&quot; class=&quot;fas fa-align-justify&quot;&gt;&lt;/i&gt;" data-close-icon="&lt;i aria-hidden=&quot;true&quot; class=&quot;far fa-window-close&quot;&gt;&lt;/i&gt;" data-full-width="yes"><ul id="menu-1-544cce7" class="uael-nav-menu"><li id="menu-item-92537" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/research/" class = "uael-menu-item">Insights<span class='uael-menu-toggle sub-arrow uael-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-92538" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/research/" class = "uael-sub-menu-item">All Surveys &#038; Reports<span class='uael-menu-toggle sub-arrow uael-menu-child-1'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-92539" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/research/the-bi-analytics-survey/" class = "uael-sub-menu-item">The BI &#038; Analytics Survey</a></li> <li id="menu-item-92543" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/research/the-planning-survey/" class = "uael-sub-menu-item">The Planning Survey</a></li> <li id="menu-item-92544" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/research/the-data-management-survey/" class = "uael-sub-menu-item">The Data Management Survey</a></li> <li id="menu-item-92545" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/research/barc-scores/" class = "uael-sub-menu-item">BARC Scores</a></li> <li id="menu-item-92547" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/research/barc-market-research-studies/" class = "uael-sub-menu-item">Topical Surveys</a></li> </ul> </li> <li id="menu-item-92550" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/media/" class = "uael-sub-menu-item">All Content<span class='uael-menu-toggle sub-arrow uael-menu-child-1'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-92551" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/magazine/" class = "uael-sub-menu-item">Magazine</a></li> <li id="menu-item-92552" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/barc-plus-overview/" class = "uael-sub-menu-item">BARC+</a></li> <li id="menu-item-92553" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/data-culture-podcast/" class = "uael-sub-menu-item">Data Culture Podcast</a></li> <li id="menu-item-92554" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/media/?_sft_content_typ=videos" class = "uael-sub-menu-item">Videos</a></li> </ul> </li> </ul> </li> <li id="menu-item-92571" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" class = "uael-menu-item">Ecosystems<span class='uael-menu-toggle sub-arrow uael-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-92569" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/de/power-bi-ecosystem/" class = "uael-sub-menu-item">Power BI</a></li> <li id="menu-item-92570" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/de/ibm-planning-analytics-ecosystem/" class = "uael-sub-menu-item">IBM</a></li> </ul> </li> <li id="menu-item-104816" class="menu-item menu-item-type-post_type menu-item-object-page current-menu-ancestor current-menu-parent current_page_parent current_page_ancestor menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/reviews/" class = "uael-menu-item">Reviews<span class='uael-menu-toggle sub-arrow uael-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-113670" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/reviews/data-tools/" class = "uael-sub-menu-item">Data Tools<span class='uael-menu-toggle sub-arrow uael-menu-child-1'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-113672" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/cloud-data-warehouses/" class = "uael-sub-menu-item">Cloud Data Warehouses</a></li> <li id="menu-item-113673" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-catalogs/" class = "uael-sub-menu-item">Data Catalogs</a></li> <li id="menu-item-113674" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-intelligence-platforms/" class = "uael-sub-menu-item">Data Intelligence Platforms</a></li> <li id="menu-item-113675" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-warehouse-automation/" class = "uael-sub-menu-item">Data Warehouse Automation</a></li> <li id="menu-item-113676" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-pipelining-etl-elt/" class = "uael-sub-menu-item">Data Pipelining (ETL, ELT)</a></li> <li id="menu-item-113677" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/relational-databases/" class = "uael-sub-menu-item">Relational Databases</a></li> <li id="menu-item-113671" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-tools/" class = "uael-sub-menu-item">All Data Tools</a></li> </ul> </li> <li id="menu-item-113678" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/reviews/corporate-performance-management-en/" class = "uael-sub-menu-item">Corporate Performance Management<span class='uael-menu-toggle sub-arrow uael-menu-child-1'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-113680" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/business-planning-software/" class = "uael-sub-menu-item">Business Planning</a></li> <li id="menu-item-113681" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/financial-planning-software/" class = "uael-sub-menu-item">Financial Planning</a></li> <li id="menu-item-113682" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/consolidation-software/" class = "uael-sub-menu-item">Group Consolidation</a></li> <li id="menu-item-113679" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/corporate-performance-management-en/" class = "uael-sub-menu-item">All CPM Tools</a></li> </ul> </li> <li id="menu-item-113683" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item current-menu-ancestor current-menu-parent menu-item-has-children uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/reviews/business-intelligence-analytics/" class = "uael-sub-menu-item uael-sub-menu-item-active">Business Intelligence &#038; Analytics<span class='uael-menu-toggle sub-arrow uael-menu-child-1'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-113685" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/analysis/" class = "uael-sub-menu-item">Analysis</a></li> <li id="menu-item-113686" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/dashboards/" class = "uael-sub-menu-item">Dashboards</a></li> <li id="menu-item-113687" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/data-visualization/" class = "uael-sub-menu-item">Data Visualization</a></li> <li id="menu-item-113688" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/reviews/reporting/" class = "uael-sub-menu-item">Reporting</a></li> <li id="menu-item-113684" class="menu-item menu-item-type-custom menu-item-object-custom current-menu-item uael-creative-menu"><a href="https://barc.com/reviews/business-intelligence-analytics/" class = "uael-sub-menu-item uael-sub-menu-item-active">All BI &#038; Analytics Tools</a></li> </ul> </li> </ul> </li> <li id="menu-item-92555" class="menu-item menu-item-type-custom menu-item-object-custom parent uael-creative-menu"><a href="https://barc.com/topics/" class = "uael-menu-item">Consulting</a></li> <li id="menu-item-92559" class="menu-item menu-item-type-custom menu-item-object-custom parent uael-creative-menu"><a href="https://barc.com/events/" class = "uael-menu-item">Events</a></li> <li id="menu-item-92561" class="menu-item menu-item-type-custom menu-item-object-custom menu-item-has-children parent uael-has-submenu uael-creative-menu"><div class="uael-has-submenu-container"><a aria-expanded="false" href="https://barc.com/about-barc/" class = "uael-menu-item">About us<span class='uael-menu-toggle sub-arrow uael-menu-child-0'><i class='fa'></i></span></a></div> <ul class="sub-menu"> <li id="menu-item-92565" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/about-barc/" class = "uael-sub-menu-item">About BARC</a></li> <li id="menu-item-94335" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/team/" class = "uael-sub-menu-item">The BARC analyst team</a></li> <li id="menu-item-92566" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/news/" class = "uael-sub-menu-item">Newsroom</a></li> <li id="menu-item-116937" class="menu-item menu-item-type-post_type menu-item-object-page uael-creative-menu"><a href="https://barc.com/barc-ambassadors/" class = "uael-sub-menu-item">BARC Ambassadors</a></li> <li id="menu-item-92567" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/our-partners/" class = "uael-sub-menu-item">Partners</a></li> <li id="menu-item-92568" class="menu-item menu-item-type-custom menu-item-object-custom uael-creative-menu"><a href="https://barc.com/contact" class = "uael-sub-menu-item">Contact</a></li> </ul> </li> </ul></nav> </div> </div> </div> </div> </div> </div> </section> </div> <div id="content" class="site-content"> <div class="ast-container"> <div data-elementor-type="archive" data-elementor-id="112851" class="elementor elementor-112851 elementor-84438 elementor-location-archive" data-elementor-settings="{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-88f02cf elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-color="#006382" data-dce-background-overlay-image-url="https://barc.com/wp-content/uploads//2022/06/header-test-v2.svg" data-id="88f02cf" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-6769d6d" data-id="6769d6d" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-dd35246 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="dd35246" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h1 class="elementor-heading-title elementor-size-default">Explore Leading Business Intelligence &amp; Analytics Tools for Data-Driven Decisions</h1> </div> </div> <div class="elementor-element elementor-element-df8154c ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="df8154c" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Business Intelligence Analytics tools are essential for organizations looking to leverage data for strategic advantage. These tools facilitate deep analysis and provide insights that drive better business decisions. At BARC, our extensive surveys and expert reviews pinpoint the tools that offer analytics capabilities, including advanced analytics, predictive analytics and data visualization. Discover how BI &amp; analytics tools can align with your strategic goals and enhance your decision-making processes. For a deeper understanding of business intelligence analytics, consider exploring our <a href="https://barc.com/what-is-business-intelligence-analytics/">Business Intelligence &amp; Analytics</a> guide . Enhance your knowledge with <a href="https://barc.com/product/plus/">BARC+</a> for full access to expert insights and detailed tool comparisons.</p> </div> </div> </div> </div> <div data-dce-background-image-url="https://barc.com/wp-content/uploads//2022/06/barc-barc.svg" class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-b664f96 elementor-hidden-mobile" data-id="b664f96" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap"> </div> </div> </div> </section> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2826752 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2826752" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-66 elementor-top-column elementor-element elementor-element-d9f227f" data-id="d9f227f" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3ae0ff9 filterstyle2 ob-has-background-overlay elementor-widget elementor-widget-shortcode" data-id="3ae0ff9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><form data-sf-form-id='102412' data-is-rtl='0' data-maintain-state='' data-results-url='https://barc.com/reviews/business-intelligence-analytics/' data-ajax-url='https://barc.com/reviews/business-intelligence-analytics/?sf_data=results' data-ajax-form-url='https://barc.com/?sfid=102412&amp;sf_action=get_data&amp;sf_data=form' data-display-result-method='elementor_posts_element' data-use-history-api='1' data-template-loaded='0' data-lang-code='en' data-ajax='1' data-ajax-data-type='html' data-ajax-links-selector='.search-filter-results-102412 a.page-numbers' data-ajax-target='.search-filter-results-102412' data-ajax-pagination-type='normal' data-update-ajax-url='0' data-only-results-ajax='1' data-scroll-to-pos='0' data-init-paged='1' data-auto-update='' action='https://barc.com/reviews/business-intelligence-analytics/' method='post' class='searchandfilter' id='search-filter-form-102412' autocomplete='off' data-instance-count='1'><ul><li class="sf-field-search" data-sf-field-name="search" data-sf-field-type="search" data-sf-field-input-type=""> <label> <input placeholder="Searching ..." name="_sf_search[]" class="sf-input-text" type="text" value="" title=""></label> </li><li class="sf-field-sort_order" data-sf-field-name="_sf_sort_order" data-sf-field-type="sort_order" data-sf-field-input-type="select"> <label> <select name="_sf_sort_order[]" class="sf-input-select" title=""> <option class="sf-level-0 sf-item-0 sf-option-active" selected="selected" data-sf-depth="0" value="">Sorted by</option> <option class="sf-level-0 " data-sf-depth="0" value="title+asc">Name</option> <option class="sf-level-0 " data-sf-depth="0" value="_sfm_anzahl_reviews2+desc+num">Number of reviews</option> </select></label> </li><li class="sf-field-post-meta-barc_cpm_kategorien2" data-sf-field-name="_sfm_barc_cpm_kategorien2" data-sf-field-type="post_meta" data-sf-field-input-type="checkbox" data-sf-meta-type="choice"><h4>Functionality</h4> <ul data-operator="and" class=""> <li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Reporting" name="_sfm_barc_cpm_kategorien2[]" id="sf-input-008ab23f71e58a69f4c39eda0548eacd"><label class="sf-label-checkbox" for="sf-input-008ab23f71e58a69f4c39eda0548eacd">Reporting</label></li><li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Analyse" name="_sfm_barc_cpm_kategorien2[]" id="sf-input-eadb04654e9c58be6c722a4315c5e6b2"><label class="sf-label-checkbox" for="sf-input-eadb04654e9c58be6c722a4315c5e6b2">Analysis</label></li><li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Advanced Analytics" name="_sfm_barc_cpm_kategorien2[]" id="sf-input-d9585645ed5ffaeac732bb60fd149688"><label class="sf-label-checkbox" for="sf-input-d9585645ed5ffaeac732bb60fd149688">Advanced Analytics</label></li><li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Planung" name="_sfm_barc_cpm_kategorien2[]" id="sf-input-8cc3bfac697ada4c23d99fa65e049ad4"><label class="sf-label-checkbox" for="sf-input-8cc3bfac697ada4c23d99fa65e049ad4">Planning</label></li> </ul> </li><li class="sf-field-post-meta-survey_score2" data-sf-field-name="_sfm_survey_score2" data-sf-field-type="post_meta" data-sf-field-input-type="checkbox" data-sf-meta-type="choice"><h4>Reviews from</h4> <ul data-operator="and" class=""> <li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Produkte mit BARC-Bewertung" name="_sfm_survey_score2[]" id="sf-input-60f5742b6e7b7d2cc606335f3e516751"><label class="sf-label-checkbox" for="sf-input-60f5742b6e7b7d2cc606335f3e516751">BARC</label></li><li class="sf-level-0 " data-sf-count="-1" data-sf-depth="0"><input class="sf-input-checkbox" type="checkbox" value="Produkt mit User-Bewertung" name="_sfm_survey_score2[]" id="sf-input-9bc6c4b69749c5826e535bd00f763268"><label class="sf-label-checkbox" for="sf-input-9bc6c4b69749c5826e535bd00f763268">User</label></li> </ul> </li><li class="sf-field-submit" data-sf-field-name="submit" data-sf-field-type="submit" data-sf-field-input-type=""><input type="submit" name="_sf_submit" value="Search & Filter"></li></ul></form></div> </div> </div> <div class="search-filter-results-102412 elementor-element elementor-element-a387c6b elementor-grid-1 dont-break-out remove-loop-padding elementor-grid-tablet-1 elementor-grid-mobile-1 ob-has-background-overlay elementor-widget elementor-widget-loop-grid" data-id="a387c6b" data-element_type="widget" data-settings="{&quot;template_id&quot;:102458,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:55,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\&quot;loop-item\&quot;]&quot;,&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="loop-grid.post"> <div class="elementor-widget-container"> <div class="elementor-loop-container elementor-grid"> <style id="loop-102458">.elementor-102458 .elementor-element.elementor-element-2bc5bc6:not(.elementor-motion-effects-element-type-background), .elementor-102458 .elementor-element.elementor-element-2bc5bc6 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6, .elementor-102458 .elementor-element.elementor-element-2bc5bc6 > .elementor-background-overlay{border-radius:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:45px 30px 40px 30px;}.elementor-102458 .elementor-element.elementor-element-2bc5bc6 > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102458 .elementor-element.elementor-element-bb9dff6:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-102458 .elementor-element.elementor-element-bb9dff6 > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#006382;}.elementor-bc-flex-widget .elementor-102458 .elementor-element.elementor-element-bb9dff6.elementor-column .elementor-widget-wrap{align-items:flex-start;}.elementor-102458 .elementor-element.elementor-element-bb9dff6.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:flex-start;align-items:flex-start;}.elementor-102458 .elementor-element.elementor-element-bb9dff6 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-bb9dff6.elementor-column{align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-bb9dff6 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 15px 5px 15px;}.elementor-102458 .elementor-element.elementor-element-bb9dff6 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-0872e93.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-102458 .elementor-element.elementor-element-ec824eb:not(.elementor-motion-effects-element-type-background) > .elementor-widget-wrap, .elementor-102458 .elementor-element.elementor-element-ec824eb > .elementor-widget-wrap > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#FFFFFF;}.elementor-bc-flex-widget .elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-102458 .elementor-element.elementor-element-ec824eb > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column{width:150px;align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column, .elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column > .elementor-widget-wrap{height:100px;}.elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column > .elementor-column-wrap, .elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column > .elementor-widget-wrap{overflow-y:visible;}.elementor-102458 .elementor-element.elementor-element-ec824eb > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:5px 25px 0px 25px;--e-column-margin-right:25px;--e-column-margin-left:25px;padding:5px 5px 5px 5px;}.elementor-102458 .elementor-element.elementor-element-ec824eb > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102458 .elementor-element.elementor-element-c4fe4c4 > .elementor-widget-container{margin:0px 5px 0px 5px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-c4fe4c4 img{max-width:80px;}.elementor-102458 .elementor-element.elementor-element-f33fff4{width:auto;max-width:auto;bottom:75px;text-align:center;}.elementor-102458 .elementor-element.elementor-element-f33fff4 > .elementor-widget-container{background-color:#FFFFFF;margin:0px 0px 0px 30px;padding:5px 5px 5px 8px;border-radius:0px 0px 0px 0px;}body:not(.rtl) .elementor-102458 .elementor-element.elementor-element-f33fff4{left:30px;}body.rtl .elementor-102458 .elementor-element.elementor-element-f33fff4{right:30px;}.elementor-102458 .elementor-element.elementor-element-f33fff4 img{width:55px;max-width:55px;height:55px;object-fit:contain;object-position:center center;border-radius:0px 0px 0px 0px;}.elementor-bc-flex-widget .elementor-102458 .elementor-element.elementor-element-34ca3e2.elementor-column .elementor-widget-wrap{align-items:center;}.elementor-102458 .elementor-element.elementor-element-34ca3e2.elementor-column.elementor-element[data-element_type="column"] > .elementor-widget-wrap.elementor-element-populated{align-content:center;align-items:center;}.elementor-102458 .elementor-element.elementor-element-34ca3e2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-34ca3e2.elementor-column{width:calc(100% - 150px);align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-34ca3e2 > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 0px 30px;}.elementor-102458 .elementor-element.elementor-element-57748d0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 10px 0px;}.elementor-102458 .elementor-element.elementor-element-57748d0 .elementor-heading-title{font-size:25px;line-height:1.2em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-57820b8{width:auto;max-width:auto;}.elementor-102458 .elementor-element.elementor-element-57820b8 > .elementor-widget-container{margin:10px 0px 0px 0px;padding:0px 10px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-57820b8 .elementor-button{line-height:1.1em;}.elementor-102458 .elementor-element.elementor-element-c22d7ea{width:auto;max-width:auto;}.elementor-102458 .elementor-element.elementor-element-c22d7ea > .elementor-widget-container{margin:10px 0px 0px 1px;padding:0px 10px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-c22d7ea .elementor-button{line-height:1.1em;padding:10px 15px 10px 15px;}.elementor-102458 .elementor-element.elementor-element-d460108 .elementor-button{background-color:var( --e-global-color-e4b5941 );line-height:1.1em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );padding:10px 15px 10px 15px;}.elementor-102458 .elementor-element.elementor-element-d460108 .elementor-button:hover, .elementor-102458 .elementor-element.elementor-element-d460108 .elementor-button:focus{background-color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-d460108{width:auto;max-width:auto;}.elementor-102458 .elementor-element.elementor-element-d460108 > .elementor-widget-container{margin:10px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-950d690.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-102458 .elementor-element.elementor-element-950d690{padding:20px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-3e8b52f.elementor-column > .elementor-widget-wrap{justify-content:center;}.elementor-102458 .elementor-element.elementor-element-3e8b52f > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-3e8b52f.elementor-column{width:150px;align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-3e8b52f > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-3e8b52f > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102458 .elementor-element.elementor-element-cce80ec > .elementor-widget-container{padding:0px 0px 5px 0px;}.elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-icon i{color:var( --e-global-color-6afdeea );transition:color 0.3s;}.elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-icon svg{fill:var( --e-global-color-6afdeea );transition:fill 0.3s;}.elementor-102458 .elementor-element.elementor-element-cce80ec{--e-icon-list-icon-size:15px;--icon-vertical-offset:0px;}.elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-icon{padding-right:6px;}.elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-item > .elementor-icon-list-text, .elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-item > a{font-size:16px;font-weight:600;line-height:1.5em;}.elementor-102458 .elementor-element.elementor-element-cce80ec .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-102458 .elementor-element.elementor-element-7947031 > .elementor-widget-container{margin:5px 0px 5px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-7947031{text-align:center;}.elementor-102458 .elementor-element.elementor-element-7947031 .elementor-heading-title{font-family:"Open Sans", Sans-serif;font-size:14px;color:var( --e-global-color-cb37c83 );}.elementor-102458 .elementor-element.elementor-element-4edeb5f > .elementor-widget-container{margin:3px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-4edeb5f{text-align:center;}.elementor-102458 .elementor-element.elementor-element-4edeb5f .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-6f7b30b{text-align:center;}.elementor-102458 .elementor-element.elementor-element-6f7b30b > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-6f7b30b .elementor-star-rating{font-size:13px;}.elementor-102458 .elementor-element.elementor-element-6f7b30b .elementor-star-rating i:before{color:var( --e-global-color-5d10115 );}.elementor-102458 .elementor-element.elementor-element-6f7b30b .elementor-star-rating i{color:var( --e-global-color-e4b5941 );}.elementor-102458 .elementor-element.elementor-element-9f3f6f7 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-9f3f6f7{text-align:center;}.elementor-102458 .elementor-element.elementor-element-9f3f6f7 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-781b5f1 > .elementor-widget-container{margin:3px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-781b5f1{text-align:center;}.elementor-102458 .elementor-element.elementor-element-781b5f1 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-c637524{text-align:center;}.elementor-102458 .elementor-element.elementor-element-c637524 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-c637524 .elementor-star-rating{font-size:13px;}.elementor-102458 .elementor-element.elementor-element-c637524 .elementor-star-rating i:before{color:var( --e-global-color-5d10115 );}.elementor-102458 .elementor-element.elementor-element-c637524 .elementor-star-rating i{color:var( --e-global-color-e4b5941 );}.elementor-102458 .elementor-element.elementor-element-ba1b8c0 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-ba1b8c0{text-align:center;}.elementor-102458 .elementor-element.elementor-element-ba1b8c0 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-3d71c28 > .elementor-widget-container{margin:3px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-3d71c28{text-align:center;}.elementor-102458 .elementor-element.elementor-element-3d71c28 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-604f45c{text-align:center;}.elementor-102458 .elementor-element.elementor-element-604f45c > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-604f45c .elementor-star-rating{font-size:13px;}.elementor-102458 .elementor-element.elementor-element-604f45c .elementor-star-rating i:before{color:var( --e-global-color-5d10115 );}.elementor-102458 .elementor-element.elementor-element-604f45c .elementor-star-rating i{color:var( --e-global-color-e4b5941 );}.elementor-102458 .elementor-element.elementor-element-959d999 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-959d999{text-align:center;}.elementor-102458 .elementor-element.elementor-element-959d999 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-105b49c > .elementor-widget-container{margin:3px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-105b49c{text-align:center;}.elementor-102458 .elementor-element.elementor-element-105b49c .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-67d98bc{text-align:center;}.elementor-102458 .elementor-element.elementor-element-67d98bc > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-67d98bc .elementor-star-rating{font-size:13px;}.elementor-102458 .elementor-element.elementor-element-67d98bc .elementor-star-rating i:before{color:var( --e-global-color-5d10115 );}.elementor-102458 .elementor-element.elementor-element-67d98bc .elementor-star-rating i{color:var( --e-global-color-e4b5941 );}.elementor-102458 .elementor-element.elementor-element-c4718b6 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-c4718b6{text-align:center;}.elementor-102458 .elementor-element.elementor-element-c4718b6 .elementor-heading-title{font-size:14px;font-weight:400;line-height:1.3em;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-8f981a5 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-8f981a5.elementor-column{width:calc(100% - 160px);align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-8f981a5 > .elementor-element-populated{padding:0px 0px 0px 30px;}.elementor-102458 .elementor-element.elementor-element-5a14342 .elementor-heading-title{font-size:20px;font-weight:600;color:#FFFFFF;}.elementor-102458 .elementor-element.elementor-element-4f52a33 > .elementor-widget-container{padding:5px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-4f52a33 .elementor-heading-title{font-size:16px;line-height:1.5em;color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-8405872 > .elementor-widget-container{padding:25px 0px 10px 0px;}.elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-icon i{color:var( --e-global-color-6afdeea );transition:color 0.3s;}.elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-icon svg{fill:var( --e-global-color-6afdeea );transition:fill 0.3s;}.elementor-102458 .elementor-element.elementor-element-8405872{--e-icon-list-icon-size:20px;--icon-vertical-offset:0px;}.elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-icon{padding-right:6px;}.elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-item > a{font-size:20px;font-weight:600;line-height:1.4em;}.elementor-102458 .elementor-element.elementor-element-8405872 .elementor-icon-list-text{color:#FFFFFF;transition:color 0.3s;}.elementor-102458 .elementor-element.elementor-element-49956b0{color:#FFFFFF;font-weight:600;}.elementor-102458 .elementor-element.elementor-element-a93328c > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:flex-start;align-items:flex-start;}.elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-102458 .elementor-element.elementor-element-a93328c.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-102458 .elementor-element.elementor-element-a93328c > .elementor-background-overlay{opacity:0.5;}.elementor-102458 .elementor-element.elementor-element-a93328c{margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-5204f36 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-5204f36.elementor-column{align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-5204f36 > .elementor-element-populated{padding:0px 20px 15px 0px;}.elementor-102458 .elementor-element.elementor-element-c48dd27 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 10px 0px;}.elementor-102458 .elementor-element.elementor-element-c48dd27{text-align:left;}.elementor-102458 .elementor-element.elementor-element-c48dd27 .elementor-heading-title{font-size:16px;font-weight:400;color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-34333f4 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-34333f4{text-align:left;}.elementor-102458 .elementor-element.elementor-element-34333f4 .elementor-heading-title{font-size:16px;font-weight:400;color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-037609e > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:0px;}.elementor-102458 .elementor-element.elementor-element-037609e.elementor-column{align-self:inherit;cursor:default;}.elementor-102458 .elementor-element.elementor-element-037609e > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;padding:0px 20px 15px 20px;}.elementor-102458 .elementor-element.elementor-element-037609e > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-102458 .elementor-element.elementor-element-ee3b25b > .elementor-widget-container{padding:0px 0px 10px 0px;}.elementor-102458 .elementor-element.elementor-element-ee3b25b{text-align:left;}.elementor-102458 .elementor-element.elementor-element-ee3b25b .elementor-heading-title{font-size:16px;font-weight:400;color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-c557985 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-c557985{text-align:left;}.elementor-102458 .elementor-element.elementor-element-c557985 .elementor-heading-title{font-size:16px;font-weight:400;color:var( --e-global-color-6afdeea );}.elementor-102458 .elementor-element.elementor-element-3097083 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-3097083{color:var( --e-global-color-6afdeea );font-size:14px;}.elementor-102458 .elementor-element.elementor-element-e23c2d5 > .elementor-widget-container{padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-e23c2d5{color:var( --e-global-color-6afdeea );font-size:14px;}.elementor-102458 .elementor-element.elementor-element-5405446 .elementor-button{background-color:var( --e-global-color-secondary );font-family:"Open Sans", Sans-serif;line-height:1.1em;fill:var( --e-global-color-primary );color:var( --e-global-color-primary );border-radius:10px 10px 10px 10px;}.elementor-102458 .elementor-element.elementor-element-5405446 .elementor-button:hover, .elementor-102458 .elementor-element.elementor-element-5405446 .elementor-button:focus{background-color:var( --e-global-color-658d253 );}.elementor-102458 .elementor-element.elementor-element-5405446 > .elementor-widget-container{margin:10px 0px 0px 0px;padding:0px 0px 0px 0px;}@media(max-width:1024px){.elementor-102458 .elementor-element.elementor-element-2bc5bc6{padding:40px 20px 40px 20px;}.elementor-102458 .elementor-element.elementor-element-8f981a5 > .elementor-element-populated{padding:0px 0px 0px 20px;}.elementor-102458 .elementor-element.elementor-element-49956b0 > .elementor-widget-container{margin:15px 0px -15px 0px;padding:0px 0px 0px 0px;}.elementor-102458 .elementor-element.elementor-element-49956b0{font-size:20px;line-height:24px;}.elementor-102458 .elementor-element.elementor-element-5204f36 > .elementor-element-populated{padding:0px 0px 15px 0px;}.elementor-102458 .elementor-element.elementor-element-037609e > .elementor-element-populated{padding:0px 10px 15px 0px;}}@media(max-width:767px){.elementor-102458 .elementor-element.elementor-element-2bc5bc6{padding:40px 10px 40px 10px;}.elementor-102458 .elementor-element.elementor-element-ec824eb{width:100%;}.elementor-102458 .elementor-element.elementor-element-ec824eb.elementor-column{width:100%;}.elementor-102458 .elementor-element.elementor-element-34ca3e2 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-102458 .elementor-element.elementor-element-34ca3e2.elementor-column{width:100%;}.elementor-102458 .elementor-element.elementor-element-34ca3e2 > .elementor-element-populated{padding:20px 10px 0px 10px;}.elementor-102458 .elementor-element.elementor-element-57820b8 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 5px 5px 5px;}.elementor-102458 .elementor-element.elementor-element-c22d7ea > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 5px 5px 5px;}.elementor-102458 .elementor-element.elementor-element-d460108 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 5px 5px 5px;}.elementor-102458 .elementor-element.elementor-element-3e8b52f{width:100%;}.elementor-102458 .elementor-element.elementor-element-3e8b52f.elementor-column{width:100%;}.elementor-102458 .elementor-element.elementor-element-3e8b52f > .elementor-element-populated{padding:0px 0px 0px 10px;}.elementor-102458 .elementor-element.elementor-element-7947031{text-align:left;}.elementor-102458 .elementor-element.elementor-element-4edeb5f{text-align:left;}.elementor-102458 .elementor-element.elementor-element-6f7b30b{text-align:left;}.elementor-102458 .elementor-element.elementor-element-9f3f6f7{text-align:left;}.elementor-102458 .elementor-element.elementor-element-781b5f1{text-align:left;}.elementor-102458 .elementor-element.elementor-element-c637524{text-align:left;}.elementor-102458 .elementor-element.elementor-element-ba1b8c0{text-align:left;}.elementor-102458 .elementor-element.elementor-element-3d71c28{text-align:left;}.elementor-102458 .elementor-element.elementor-element-604f45c{text-align:left;}.elementor-102458 .elementor-element.elementor-element-959d999{text-align:left;}.elementor-102458 .elementor-element.elementor-element-105b49c{text-align:left;}.elementor-102458 .elementor-element.elementor-element-67d98bc{text-align:left;}.elementor-102458 .elementor-element.elementor-element-c4718b6{text-align:left;}.elementor-102458 .elementor-element.elementor-element-8f981a5.elementor-column{width:100%;}.elementor-102458 .elementor-element.elementor-element-8f981a5 > .elementor-element-populated{padding:30px 10px 0px 10px;}.elementor-102458 .elementor-element.elementor-element-49956b0 > .elementor-widget-container{margin:15px 0px -15px 0px;}.elementor-102458 .elementor-element.elementor-element-a93328c{padding:10px 0px 20px 0px;}.elementor-102458 .elementor-element.elementor-element-5405446 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 15px 0px;}}</style> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-103686 post-103686 reviews type-reviews status-publish has-post-thumbnail hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-dashboards review_categories-data-visualization review_categories-financial-planning-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="180" height="17" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2017'%3E%3C/svg%3E" class="attachment-full size-full wp-image-54999" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/09/Bissantz_Logo-300x29-1.jpeg" /><noscript><img width="180" height="17" src="https://barc.com/wp-content/uploads/2021/09/Bissantz_Logo-300x29-1.jpeg" class="attachment-full size-full wp-image-54999" alt="" /></noscript> </div> </div> <div data-dce-advanced-background-color="#FFFFFF" class="elementor-element elementor-element-f33fff4 elementor-widget__width-auto elementor-absolute shadow1nohoverchild ob-has-background-overlay elementor-widget elementor-widget-image" data-id="f33fff4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="246" height="267" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20246%20267'%3E%3C/svg%3E" class="attachment-full size-full wp-image-105699" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/Highlights-bissantz-ps24.png" /><noscript><img loading="lazy" width="246" height="267" src="https://barc.com/wp-content/uploads/2023/10/Highlights-bissantz-ps24.png" class="attachment-full size-full wp-image-105699" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/bissantz-deltamaster/">Bissantz DeltaMaster</a></h2> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-57820b8 elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="57820b8" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.bissantz.de/planning-survey-24" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">User Highlights Report</span> </span> </a> </div> </div> </div> <!-- dce invisible element c22d7ea --> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.bissantz.de/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 122</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Bissantz DeltaMaster</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Integrated product for (advanced) analysis, reporting, dashboards and planning. Vast array of intelligent analysis functions for large data volumes (including statistical and advanced analytics methods) and innovative chart types for data-dense reports and dashboards. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/bissantz-deltamaster/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-103687 post-103687 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-dashboards review_categories-esg-performance-management review_categories-esg-software review_categories-financial-planning-software review_categories-consolidation-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="240" height="105" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20240%20105'%3E%3C/svg%3E" class="attachment-full size-full wp-image-81612" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2023/04/Board_logo_RGB_500pixel-e1695703384507.png" /><noscript><img loading="lazy" width="240" height="105" src="https://barc.com/wp-content/uploads/2023/04/Board_logo_RGB_500pixel-e1695703384507.png" class="attachment-full size-full wp-image-81612" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/board/">Board</a></h2> </div> </div> <!-- dce invisible element 57820b8 --> <div class="dce-visibility-event elementor-element elementor-element-c22d7ea elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="c22d7ea" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.board.com/en/analyst-report/global-barc-score-integrated-planning-analytics-ipa" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">BARC Score</span> </span> </a> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.board.com/de" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 30</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.9</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Board</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Flexible, fully web-based platform with tightly integrated system architecture of proprietary multidimensional in-memory database and front ends. Graphical no-code development environment for business power users to create tailored planning and performance management applications.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/board/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112002 post-112002 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-data-visualization ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="1182" height="323" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201182%20323'%3E%3C/svg%3E" class="attachment-full size-full wp-image-113570" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB.png 1182w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-300x82.png 300w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-1024x280.png 1024w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-768x210.png 768w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-600x164.png 600w" data-lazy-sizes="(max-width: 1182px) 100vw, 1182px" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB.png" /><noscript><img loading="lazy" width="1182" height="323" src="https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB.png" class="attachment-full size-full wp-image-113570" alt="" srcset="https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB.png 1182w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-300x82.png 300w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-1024x280.png 1024w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-768x210.png 768w, https://barc.com/wp-content/uploads/2023/10/Logo_NEMO_RGB-600x164.png 600w" sizes="(max-width: 1182px) 100vw, 1182px" /></noscript> </div> </div> <div data-dce-advanced-background-color="#FFFFFF" class="elementor-element elementor-element-f33fff4 elementor-widget__width-auto elementor-absolute shadow1nohoverchild ob-has-background-overlay elementor-widget elementor-widget-image" data-id="f33fff4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="1043" height="1141" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201043%201141'%3E%3C/svg%3E" class="attachment-full size-full wp-image-113584" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction-.png 1043w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--936x1024.png 936w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--768x840.png 768w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--600x656.png 600w" data-lazy-sizes="(max-width: 1043px) 100vw, 1043px" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction-.png" /><noscript><img loading="lazy" width="1043" height="1141" src="https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction-.png" class="attachment-full size-full wp-image-113584" alt="" srcset="https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction-.png 1043w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--936x1024.png 936w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--768x840.png 768w, https://barc.com/wp-content/uploads/2023/10/Infozoom-BIA-Survey-25-Top-ranked-Analysis-Focus-customer-satisfaction--600x656.png 600w" sizes="(max-width: 1043px) 100vw, 1043px" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/infozoom/">InfoZoom</a></h2> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-57820b8 elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="57820b8" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.infozoom.nemo-ai.com/barc-25" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">User Highlights Report</span> </span> </a> </div> </div> </div> <!-- dce invisible element c22d7ea --> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.infozoom.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 53</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="9.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">9.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">9.6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is InfoZoom</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">In-memory tool for set-based (ad-hoc) analysis and detection of patterns and anomalies in the data (data profiling), available as a desktop and server version. OEM List &amp; Label is also available for reporting requirements. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/infozoom/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111897 post-111897 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="180" height="35" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%2035'%3E%3C/svg%3E" class="attachment-full size-full wp-image-89839" alt="MicroStrategy Logo" data-lazy-src="https://barc.com/wp-content/uploads/2023/11/MicroStrategy-Logo-2.png" /><noscript><img loading="lazy" width="180" height="35" src="https://barc.com/wp-content/uploads/2023/11/MicroStrategy-Logo-2.png" class="attachment-full size-full wp-image-89839" alt="MicroStrategy Logo" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/microstrategy-one/">MicroStrategy ONE</a></h2> </div> </div> <!-- dce invisible element 57820b8 --> <div class="dce-visibility-event elementor-element elementor-element-c22d7ea elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="c22d7ea" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.microstrategy.com/en/resources/research-and-reports/barc-score-platforms-report" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">BARC Score</span> </span> </a> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.microstrategy.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 74</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.8</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.4</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is MicroStrategy ONE</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Integrated BI suite for reporting, analysis, dashboards with functions for mobile BI, operational BI and GenAI. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/microstrategy-one/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112072 post-112072 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="241" height="53" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20241%2053'%3E%3C/svg%3E" class="attachment-full size-full wp-image-87368" alt="Pyramid Logo" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/Pyramid-Logo-RGB-OG-comp.png" /><noscript><img loading="lazy" width="241" height="53" src="https://barc.com/wp-content/uploads/2023/10/Pyramid-Logo-RGB-OG-comp.png" class="attachment-full size-full wp-image-87368" alt="Pyramid Logo" /></noscript> </div> </div> <div data-dce-advanced-background-color="#FFFFFF" class="elementor-element elementor-element-f33fff4 elementor-widget__width-auto elementor-absolute shadow1nohoverchild ob-has-background-overlay elementor-widget elementor-widget-image" data-id="f33fff4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="1043" height="1142" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201043%201142'%3E%3C/svg%3E" class="attachment-full size-full wp-image-115872" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25.png 1043w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-935x1024.png 935w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-768x841.png 768w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-600x657.png 600w" data-lazy-sizes="(max-width: 1043px) 100vw, 1043px" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25.png" /><noscript><img loading="lazy" width="1043" height="1142" src="https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25.png" class="attachment-full size-full wp-image-115872" alt="" srcset="https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25.png 1043w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-935x1024.png 935w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-768x841.png 768w, https://barc.com/wp-content/uploads/2023/10/Top-ranked-Large-Enterprise-Implementations-customer-satisfaction-BIA25-600x657.png 600w" sizes="(max-width: 1043px) 100vw, 1043px" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/pyramid-decision-intelligence-platform/">Pyramid Analytics</a></h2> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-57820b8 elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="57820b8" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.pyramidanalytics.com/resources/analyst-reports/barc-2025/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">User Highlights Report</span> </span> </a> </div> </div> </div> <!-- dce invisible element c22d7ea --> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.pyramidanalytics.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 28</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.3</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Pyramid Analytics</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Integrated, web-based BI platform for dashboards, reporting, analysis and advanced analytics.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/pyramid-decision-intelligence-platform/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112105 post-112105 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="180" height="100" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20180%20100'%3E%3C/svg%3E" class="attachment-full size-full wp-image-99857" alt="Qlik Logo" data-lazy-src="https://barc.com/wp-content/uploads/2024/03/Qlik-Logo-No-Trademark-2-Color-Positive-RGB-1.png" /><noscript><img loading="lazy" width="180" height="100" src="https://barc.com/wp-content/uploads/2024/03/Qlik-Logo-No-Trademark-2-Color-Positive-RGB-1.png" class="attachment-full size-full wp-image-99857" alt="Qlik Logo" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/qlik-sense/">Qlik Sense</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.qlik.de" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 81</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.4</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Qlik Sense</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">BI platform for data visualization, set-based (assosiative) and visual analysis, dashboards and analytical applications, e.g. for embedding. Complementary data management products available. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/qlik-sense/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111177 post-111177 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="201" height="26" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20201%2026'%3E%3C/svg%3E" class="attachment-full size-full wp-image-85606" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/targit-logo.png" /><noscript><img loading="lazy" width="201" height="26" src="https://barc.com/wp-content/uploads/2023/10/targit-logo.png" class="attachment-full size-full wp-image-85606" alt="" /></noscript> </div> </div> <div data-dce-advanced-background-color="#FFFFFF" class="elementor-element elementor-element-f33fff4 elementor-widget__width-auto elementor-absolute shadow1nohoverchild ob-has-background-overlay elementor-widget elementor-widget-image" data-id="f33fff4" data-element_type="widget" data-settings="{&quot;_position&quot;:&quot;absolute&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="1042" height="1142" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%201042%201142'%3E%3C/svg%3E" class="attachment-full size-full wp-image-113554" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction.png 1042w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-934x1024.png 934w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-768x842.png 768w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-600x658.png 600w" data-lazy-sizes="(max-width: 1042px) 100vw, 1042px" data-lazy-src="https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction.png" /><noscript><img loading="lazy" width="1042" height="1142" src="https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction.png" class="attachment-full size-full wp-image-113554" alt="" srcset="https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction.png 1042w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-274x300.png 274w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-934x1024.png 934w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-768x842.png 768w, https://barc.com/wp-content/uploads/2023/10/TARGIT-BIA-Survey-25-Top-ranked-Report-Dashboard-Focus-customer-satisfaction-600x658.png 600w" sizes="(max-width: 1042px) 100vw, 1042px" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/targit-decision-suite/">TARGIT Decision Suite</a></h2> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-57820b8 elementor-align-center elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="57820b8" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.targit.com/resources/guides/targit-in-the-bi-analytics-survey-25" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">User Highlights Report</span> </span> </a> </div> </div> </div> <!-- dce invisible element c22d7ea --> <div class="dce-visibility-event elementor-element elementor-element-d460108 elementor-align-right elementor-mobile-align-center elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-button" data-id="d460108" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-xs" href="https://www.targit.com/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Website</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 29</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="9.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">9.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">9.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.8</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.8</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is TARGIT Decision Suite</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">End-to-end BI platform that automates reporting and equips users with flexible dashboards and data visualizations.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/targit-decision-suite/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-102881 post-102881 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-financial-planning-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/evidanza/">evidanza</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 27</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is evidanza</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Platform for building individual analytics and performance management applications (reporting, analysis, planning) with additional functions for collaboration.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/evidanza/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111806 post-111806 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/ibm-cognos-analytics/">IBM Cognos Analytics with Watson</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 28</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.8</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.6</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is IBM Cognos Analytics with Watson</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Web-based BI suite for reporting, analysis (visual, advanced), dashboards with a Jupyter Notebook integration.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/ibm-cognos-analytics/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-103690 post-103690 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-data-visualization review_categories-financial-planning-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/ibm-planning-analytics/">IBM Planning Analytics</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 102</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.7/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-7">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.7/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.7</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.2</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is IBM Planning Analytics</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Flexibile platform for business power users to create tailored planning, budgeting and forecasting as well as analytics applications based on a high-performance and scalable in-memory database. Comprehensive functionality for preparing individual content in Excel and publishing it to the web.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/ibm-planning-analytics/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111852 post-111852 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-data-visualization ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/microsoft-excel/">Microsoft Excel</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 61</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="2.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">2.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">2.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="1.0/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">1.0/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">1.0</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="2.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">2.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">2.8</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Microsoft Excel</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Cloud-based and business user-oriented BI solution for creating dashboards, analyses and reports. Paginated reports available for print-oriented reporting. Also part of Microsoft Fabric. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/microsoft-excel/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111980 post-111980 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/microsoft-power-bi/">Microsoft Power BI</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 183</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.0/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.0/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.0</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Microsoft Power BI</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Cloud-based and business user-oriented BI solution for creating dashboards, analyses and reports. Paginated reports available for print-oriented reporting. Also part of Microsoft Fabric. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/microsoft-power-bi/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-111927 post-111927 reviews type-reviews status-publish hentry review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/myreport/">MyReport</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 36</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is MyReport</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">French BI tool for SMBs to visualize data using reports (Excel-based) and web-based dashboards </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/myreport/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112045 post-112045 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/oracle-analytics-cloud/">Oracle Analytics Cloud</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 33</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.6</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.5</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Oracle Analytics Cloud</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Cloud suite for reporting, dashboards and analysis. Predefined content for Oracle's operational systems available with OAC (operational analytics). </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/oracle-analytics-cloud/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-103699 post-103699 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-dashboards review_categories-financial-planning-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/phocas/">Phocas</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 26</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.7/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-7">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.7/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.7</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Phocas</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Comprehensive cloud-based platform for BI and analytics, budgeting and forecasting, financial reporting and analysis. Flexible platform for business users to create individual planning, budgeting and forecasting applications, typically used in addition to Phocas’ BI and analytics capabilities.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/phocas/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112176 post-112176 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/qlikview/">QlikView</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 40</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.7/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-7">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.7/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.7</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.1</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is QlikView</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Visualization and analysis platform (consisting of desktop and web client) with functionality for set-based (assosiative) analysis and creation of individual dashboard applications.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/qlikview/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-103701 post-103701 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-business-planning-software review_categories-corporate-performance-management-en review_categories-dashboards review_categories-data-visualization review_categories-financial-planning-software review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/sap-analytics-cloud/">SAP Analytics Cloud</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 121</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="2.5/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-5">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">2.5/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">2.5</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.3</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is SAP Analytics Cloud</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Integrated business-user-friendly platform for enterprise planning and BI with embedded capabilities for augmented analytics and application design. Comprehensive capabilities for implementing custom planning applications with supporting workflow and collaboration functionality.</p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/sap-analytics-cloud/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112199 post-112199 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/sap-businessobjects-business-intelligence-bo/">SAP BusinessObjects Business Intelligence (BO)</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 68</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="1.8/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-8">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">1.8/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">1.8</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="1.9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-9">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">1.9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">1.9</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="3.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">3.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">3.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="2.1/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-1">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">2.1/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">2.1</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is SAP BusinessObjects Business Intelligence (BO)</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">BI suite consisting of Crystal Reports, Web Intelligence and Analysis with a focus on reporting, analysis and dashboards, among others </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/sap-businessobjects-business-intelligence-bo/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112244 post-112244 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/tableau-from-salesforce-tableau-cloud/">Tableau (Salesforce)</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 70</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="4.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">4.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">4.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="5.4/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-4">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">5.4/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">5.4</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="6.6/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-6">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">6.6/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">6.6</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Tableau (Salesforce)</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Business user-oriented BI solution for visual (ad-hoc) data analysis, data preparation and dashboards with access to a variety of data sources and use of your own visual query language for data. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/tableau-from-salesforce-tableau-cloud/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <div data-elementor-type="loop-item" data-elementor-id="102458" class="elementor elementor-102458 elementor-84435 e-loop-item e-loop-item-112303 post-112303 reviews type-reviews status-publish hentry review_categories-analysis review_categories-business-intelligence-analytics review_categories-dashboards review_categories-data-visualization review_categories-reporting ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-2bc5bc6 shadow1nohover nostarvis elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2bc5bc6" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#006382" class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-bb9dff6" data-id="bb9dff6" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-0872e93 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="0872e93" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-color="#FFFFFF" class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-ec824eb" data-id="ec824eb" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c4fe4c4 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="c4fe4c4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="100" height="24" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20100%2024'%3E%3C/svg%3E" class="attachment-full size-full wp-image-21920" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" /><noscript><img loading="lazy" width="100" height="24" src="https://barc.com/wp-content/uploads/2021/10/Logo-Platzhalter.svg" class="attachment-full size-full wp-image-21920" alt="" /></noscript> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-34ca3e2" data-id="34ca3e2" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-57748d0 ob-has-background-overlay elementor-widget elementor-widget-theme-post-title elementor-page-title elementor-widget-heading" data-id="57748d0" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="theme-post-title.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/review/zoho-analytics/">Zoho Analytics</a></h2> </div> </div> <!-- dce invisible element 57820b8 --><!-- dce invisible element c22d7ea --><!-- dce invisible element d460108 --> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-950d690 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="950d690" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-3e8b52f" data-id="3e8b52f" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-cce80ec elementor-align-center elementor-mobile-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="cce80ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-users"></i> </span> <span class="elementor-icon-list-text">User rating</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-7947031 herstellerstyle ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7947031" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <span class="elementor-heading-title elementor-size-default">Number of reviews: 33</span> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-4edeb5f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4edeb5f" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Customer Satisfaction</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-6f7b30b elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="6f7b30b" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-9f3f6f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="9f3f6f7" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-781b5f1 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="781b5f1" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">User Experience</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c637524 elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="c637524" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="7.3/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-3">&#9733;</i><i class="elementor-star-empty">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">7.3/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-ba1b8c0 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ba1b8c0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">7.3</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-3d71c28 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3d71c28" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Functionality</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-604f45c elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="604f45c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="8.2/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-2">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">8.2/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-959d999 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="959d999" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">8.2</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-105b49c ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="105b49c" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Business Value</div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-67d98bc elementor--star-style-star_unicode elementor-star-rating--align-center elementor-star-rating-mobile--align-left ob-has-background-overlay elementor-widget elementor-widget-star-rating" data-id="67d98bc" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="star-rating.default"> <div class="elementor-widget-container"> <div class="elementor-star-rating__wrapper"> <div class="elementor-star-rating" title="9/10" itemtype="http://schema.org/Rating" itemscope="" itemprop="reviewRating"><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-full">&#9733;</i><i class="elementor-star-empty">&#9733;</i> <span itemprop="ratingValue" class="elementor-screen-only">9/10</span></div> </div> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-c4718b6 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c4718b6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">9</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-8f981a5" data-id="8f981a5" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5a14342 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5a14342" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h3 class="elementor-heading-title elementor-size-default">What is Zoho Analytics</h3> </div> </div> <div class="elementor-element elementor-element-4f52a33 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4f52a33" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Business user-oriented tool for (ad hoc) reporting, analysis and dashboards with a visual drag &amp; drop user interface. Additional modules for e.g. data preparation and content for industries and topics available. </p> </div> </div> <div class="elementor-element elementor-element-8405872 elementor-align-left elementor-hidden-tablet elementor-hidden-mobile elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="8405872" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <span class="elementor-icon-list-icon"> <i aria-hidden="true" class="fas fa-user-graduate"></i> </span> <span class="elementor-icon-list-text"> Functions (BARC classification)</span> </li> </ul> </div> </div> <div class="elementor-element elementor-element-49956b0 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="49956b0" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Functions (BARC classification)</p> </div> </div> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-a93328c elementor-section-content-top elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="a93328c" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5204f36" data-id="5204f36" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-c48dd27 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c48dd27" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">●● Reporting / Dashboard</div> </div> </div> <div class="elementor-element elementor-element-34333f4 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="34333f4" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Analysis</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-037609e" data-id="037609e" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-ee3b25b ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="ee3b25b" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">● Advanced Analytics</div> </div> </div> <div class="elementor-element elementor-element-c557985 dont-break-out ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="c557985" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">– Planning</div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-3097083 elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="3097083" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● <em>= Function covered</em>, ●●</span><em><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr"> = Functional focus</span></em></p> </div> </div> <div class="elementor-element elementor-element-e23c2d5 elementor-hidden-desktop ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e23c2d5" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">● = Function covered<br />●●</span> <span class="ui-provider wv b c d e f g h i j k l m n o p q r s t u v w x y z ab ac ae af ag ah ai aj ak" dir="ltr">= Functional focus <br /></span></p> </div> </div> <div class="elementor-element elementor-element-5405446 elementor-align-left elementor-mobile-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="5405446" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/review/zoho-analytics/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">View reviews</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-top-column elementor-element elementor-element-7aab4a4" data-id="7aab4a4" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-c2c83bb shadow1nohover elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c2c83bb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-d133f2d" data-id="d133f2d" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-5d1d849 ob-has-background-overlay elementor-widget elementor-widget-bdt-advanced-heading" data-id="5d1d849" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="bdt-advanced-heading.default"> <div class="elementor-widget-container"> <div id ="5d1d849" class="bdt-ep-advanced-heading" data-settings="{&quot;titleMultiColor&quot;:&quot;no&quot;}"> <div class="bdt-ep-advanced-heading-sub-title"> <div class="bdt-ep-advanced-heading-sub-title-content"> </div> <div class="line bdt-flex-align-left"></div> </div> <div class="bdt-ep-advanced-heading-title"><span class="bdt-ep-advanced-heading-main-title"><span class="bdt-ep-advanced-heading-main-title-inner">Share your knowledge</span></span></div></div> </div> </div> <div class="elementor-element elementor-element-886a480 ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="886a480" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> Are you an expert in business intelligence and analytics software? Help others by sharing your knowledge. </div> </div> <div class="elementor-element elementor-element-fc7cd05 elementor-align-center elementor-mobile-align-center width100 ob-has-background-overlay elementor-widget elementor-widget-button" data-id="fc7cd05" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/research/latest-barc-surveys/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Write Review</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner dce-visibility-event elementor-section elementor-inner-section elementor-element elementor-element-90ccedc shadow1nohover elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="90ccedc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-4d89964" data-id="4d89964" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-60dfbb7 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="60dfbb7" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <a href="https://barc.com/research/the-bi-analytics-survey/the-bi-analytics-survey-analyzer/"> <img width="384" height="187" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20384%20187'%3E%3C/svg%3E" class="attachment-full size-full wp-image-56814" alt="" data-lazy-src="https://barc.com/wp-content/uploads/2021/11/beitragsbild-bi-research.svg" /><noscript><img loading="lazy" width="384" height="187" src="https://barc.com/wp-content/uploads/2021/11/beitragsbild-bi-research.svg" class="attachment-full size-full wp-image-56814" alt="" /></noscript> </a> </div> </div> <div class="elementor-element elementor-element-e0241d9 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="e0241d9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><a href="https://barc.com/research/the-bi-analytics-survey/the-bi-analytics-survey-analyzer/">Interactive Business Intelligence and Analytics Software Comparison </a></div> </div> </div> <div class="elementor-element elementor-element-a6e1844 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="a6e1844" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default"><a href="https://barc.com/research/the-bi-analytics-survey/the-bi-analytics-survey-analyzer/">Compare business intelligence and analytics software with our interactive, self-service tool, The BI &amp; Analytics Survey Analyzer.</a></div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-8623298 shadow1nohover elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="8623298" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2187ca0" data-id="2187ca0" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4d1f3bd ob-has-background-overlay elementor-widget elementor-widget-bdt-advanced-heading" data-id="4d1f3bd" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="bdt-advanced-heading.default"> <div class="elementor-widget-container"> <div id ="4d1f3bd" class="bdt-ep-advanced-heading" data-settings="{&quot;titleMultiColor&quot;:&quot;no&quot;}"> <div class="bdt-ep-advanced-heading-sub-title"> <div class="bdt-ep-advanced-heading-sub-title-content"> </div> <div class="line bdt-flex-align-left"></div> </div> <div class="bdt-ep-advanced-heading-title"><span class="bdt-ep-advanced-heading-main-title"><span class="bdt-ep-advanced-heading-main-title-inner">Do you want your product listed here?</span></span></div></div> </div> </div> <div class="elementor-element elementor-element-0f4b3ec ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="0f4b3ec" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Are you a vendor and feel your solution is missing? Contact us to find out how to get your product listed.</p> </div> </div> <div class="elementor-element elementor-element-b01b3fe elementor-align-center elementor-mobile-align-center width100 ob-has-background-overlay elementor-widget elementor-widget-button" data-id="b01b3fe" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Get in contact</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-b8e2b20 shadow1nohover elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b8e2b20" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-6f8206c" data-id="6f8206c" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-a2fda6e dont-break-out ob-has-background-overlay elementor-widget elementor-widget-bdt-advanced-heading" data-id="a2fda6e" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="bdt-advanced-heading.default"> <div class="elementor-widget-container"> <div id ="a2fda6e" class="bdt-ep-advanced-heading" data-settings="{&quot;titleMultiColor&quot;:&quot;no&quot;}"> <div class="bdt-ep-advanced-heading-sub-title"> <div class="bdt-ep-advanced-heading-sub-title-content"> </div> <div class="line bdt-flex-align-left"></div> </div> <div class="bdt-ep-advanced-heading-title"><span class="bdt-ep-advanced-heading-main-title"><span class="bdt-ep-advanced-heading-main-title-inner">Looking for individual support for your software selection project?</span></span></div></div> </div> </div> <div class="elementor-element elementor-element-d3d4e83 ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="d3d4e83" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p>Find out how we can help you.</p> </div> </div> <div class="elementor-element elementor-element-8ac8e1f elementor-align-center elementor-mobile-align-center width100 ob-has-background-overlay ob-is-butterbutton elementor-widget elementor-widget-button" data-id="8ac8e1f" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/topics/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Find out more</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-b4d6d9d ob-has-background-overlay elementor-widget elementor-widget-bdt-advanced-heading" data-id="b4d6d9d" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="bdt-advanced-heading.default"> <div class="elementor-widget-container"> <div id ="b4d6d9d" class="bdt-ep-advanced-heading" data-settings="{&quot;titleMultiColor&quot;:&quot;no&quot;}"> <div class="bdt-ep-advanced-heading-sub-title"> <div class="bdt-ep-advanced-heading-sub-title-content"> </div> <div class="line bdt-flex-align-left"></div> </div> <div class="bdt-ep-advanced-heading-title"><span class="bdt-ep-advanced-heading-main-title"><span class="bdt-ep-advanced-heading-main-title-inner">BARC Events</span></span></div></div> </div> </div> <div class="search-filter-results-86438 elementor-element elementor-element-74a3149 elementor-grid-1 remove-loop-padding elementor-grid-tablet-1 elementor-grid-mobile-1 ob-has-background-overlay elementor-widget elementor-widget-loop-grid" data-id="74a3149" data-element_type="widget" data-settings="{&quot;template_id&quot;:94239,&quot;columns&quot;:1,&quot;row_gap&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:44,&quot;sizes&quot;:[]},&quot;columns_tablet&quot;:1,&quot;_skin&quot;:&quot;post&quot;,&quot;columns_mobile&quot;:&quot;1&quot;,&quot;edit_handle_selector&quot;:&quot;[data-elementor-type=\&quot;loop-item\&quot;]&quot;,&quot;row_gap_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;row_gap_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="loop-grid.post"> <div class="elementor-widget-container"> <div class="elementor-loop-container elementor-grid"> <style id="loop-dynamic-94239">.e-loop-item-118973 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image:url("https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg");}</style><style id="loop-94239">.elementor-94239 .elementor-element.elementor-element-b4933cd:not(.elementor-motion-effects-element-type-background), .elementor-94239 .elementor-element.elementor-element-b4933cd > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-010dfc0 );}.elementor-94239 .elementor-element.elementor-element-b4933cd{overflow:hidden;transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin-top:0px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-94239 .elementor-element.elementor-element-b4933cd.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-94239 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-position:top center;background-repeat:no-repeat;background-size:contain;opacity:1;width:100%;height:63%;left:0%;top:0%;transform:rotate(0deg);transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-94239 .elementor-element.elementor-element-8adae9e.elementor-column{align-self:inherit;cursor:pointer;}.elementor-94239 .elementor-element.elementor-element-8adae9e > .elementor-element-populated{margin:0px 0px 0px 0px;--e-column-margin-right:0px;--e-column-margin-left:0px;padding:0px 0px 030px 0px;}.elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad > .elementor-container > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-bb-inner > .elementor-container > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-bb-inner > .elementor-container{justify-content:flex-start !important;flex-direction:row;}.elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-is-glider > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical > .elementor-row, .elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-is-glider.ob-bb-inner > .elementor-container.swiper-vertical{flex-direction:column;}.elementor-94239 .elementor-element.elementor-element-b44dfb1.ob-is-breaking-bad.ob-bb-inner{width:100%;flex:unset;align-self:inherit;}.elementor-94239 .elementor-element.elementor-element-b44dfb1{margin-top:70px;margin-bottom:0px;padding:0px 0px 0px 0px;}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-element-populated > .elementor-background-overlay{background-color:#FFFFFF;opacity:1;}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-widget-wrap > .elementor-widget:not(.elementor-widget__width-auto):not(.elementor-widget__width-initial):not(:last-child):not(.elementor-absolute){margin-bottom:10px;}.elementor-94239 .elementor-element.elementor-element-2f8e662.elementor-column{align-self:inherit;cursor:pointer;}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-column-wrap > .elementor-background-overlay, .elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-widget-wrap > .elementor-background-overlay{width:100%;height:100%;left:0%;top:0%;transform:rotate(0deg);}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-element-populated, .elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-element-populated > .elementor-background-overlay, .elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-background-slideshow{border-radius:20px 20px 20px 20px;}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-element-populated{transition:background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;margin:0px 30px 0px 30px;--e-column-margin-right:30px;--e-column-margin-left:30px;padding:30px 30px 30px 30px;}.elementor-94239 .elementor-element.elementor-element-2f8e662 > .elementor-element-populated > .elementor-background-overlay{transition:background 0.3s, border-radius 0.3s, opacity 0.3s;}.elementor-94239 .elementor-element.elementor-element-5960318 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 10px 5px 0px;}.elementor-94239 .elementor-element.elementor-element-5960318 .elementor-heading-title{font-size:13px;font-weight:500;font-style:italic;color:#6AADC2;}.elementor-94239 .elementor-element.elementor-element-b960519 .elementor-heading-title{font-size:13px;font-weight:600;}.elementor-94239 .elementor-element.elementor-element-62ba0b0{width:auto;max-width:auto;}.elementor-94239 .elementor-element.elementor-element-62ba0b0 .elementor-heading-title{font-size:13px;font-weight:600;}.elementor-94239 .elementor-element.elementor-element-7d27bc6{width:auto;max-width:auto;}.elementor-94239 .elementor-element.elementor-element-7d27bc6 > .elementor-widget-container{padding:0px 0px 0px 8px;}.elementor-94239 .elementor-element.elementor-element-7d27bc6 .elementor-heading-title{font-size:13px;font-weight:600;}.elementor-94239 .elementor-element.elementor-element-13f08b9 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:5px 0px 0px 0px;}.elementor-94239 .elementor-element.elementor-element-13f08b9 .elementor-heading-title{font-size:16px;font-weight:600;line-height:1.2em;}</style> <div data-elementor-type="loop-item" data-elementor-id="94239" class="elementor elementor-94239 elementor-74132 e-loop-item e-loop-item-118973 post-118973 webinare type-webinare status-publish has-post-thumbnail hentry category-data-science-en content_typ-webinars ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-b4933cd backgroundzoom shadow1 noborderradiusoverlay equalheightloop2 equalheightsec2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-overlay-image-url="https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg" data-id="b4933cd" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8adae9e hoverremovepadding" data-id="8adae9e" data-element_type="column" data-settings="{&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/webinare\/rag-and-roll\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-b44dfb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b44dfb1" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-overlay-color="#FFFFFF" class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2f8e662 hoverscale" data-id="2f8e662" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_overlaiz_clip_path_popover&quot;:&quot;yes&quot;,&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/webinare\/rag-and-roll\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-background-overlay"></div> <div class="dce-visibility-event elementor-element elementor-element-5960318 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5960318" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Webinar – live</p> </div> </div> <!-- dce invisible element b960519 --> <div class="dce-visibility-event elementor-element elementor-element-62ba0b0 elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="62ba0b0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Mar 4, 2025</h4> </div> </div> <!-- dce invisible element 7d27bc6 --> <div class="elementor-element elementor-element-13f08b9 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="13f08b9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/webinare/rag-and-roll/">RAG and Roll: Transforming GenAI Use Cases</a></h4> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <style id="loop-dynamic-94239">.e-loop-item-86509 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image:url("https://barc.com/wp-content/uploads/2023/03/Beitragsbild-Website-DATA-festival.png");}</style> <div data-elementor-type="loop-item" data-elementor-id="94239" class="elementor elementor-94239 elementor-74132 e-loop-item e-loop-item-86509 post-86509 page type-page status-publish has-post-thumbnail hentry category-data-science-en category-data-management content_typ-events ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-b4933cd backgroundzoom shadow1 noborderradiusoverlay equalheightloop2 equalheightsec2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-overlay-image-url="https://barc.com/wp-content/uploads/2023/03/Beitragsbild-Website-DATA-festival.png" data-id="b4933cd" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8adae9e hoverremovepadding" data-id="8adae9e" data-element_type="column" data-settings="{&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/events\/data-festival\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-b44dfb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b44dfb1" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-overlay-color="#FFFFFF" class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2f8e662 hoverscale" data-id="2f8e662" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_overlaiz_clip_path_popover&quot;:&quot;yes&quot;,&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/events\/data-festival\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-background-overlay"></div> <div class="dce-visibility-event elementor-element elementor-element-5960318 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5960318" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">On-site event</p> </div> </div> <!-- dce invisible element b960519 --> <div class="dce-visibility-event elementor-element elementor-element-62ba0b0 elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="62ba0b0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Mar 26-27, 2025</h4> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-7d27bc6 elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7d27bc6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Munich</h4> </div> </div> <div class="elementor-element elementor-element-13f08b9 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="13f08b9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/events/data-festival/">DATA festival #munich</a></h4> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> <style id="loop-dynamic-94239">.e-loop-item-94457 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image:url("https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg");}</style> <div data-elementor-type="loop-item" data-elementor-id="94239" class="elementor elementor-94239 elementor-74132 e-loop-item e-loop-item-94457 post-94457 page type-page status-publish has-post-thumbnail hentry category-data-management category-bi-analytics category-data-science-en category-data-driven-enterprise-en content_typ-events ast-col-sm-12 ast-article-post" data-elementor-post-type="elementor_library" data-custom-edit-handle="1"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-b4933cd backgroundzoom shadow1 noborderradiusoverlay equalheightloop2 equalheightsec2 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-overlay-image-url="https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg" data-id="b4933cd" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-8adae9e hoverremovepadding" data-id="8adae9e" data-element_type="column" data-settings="{&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/events\/big-data-ai-world-frankfurt\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-b44dfb1 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="b44dfb1" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div data-dce-background-overlay-color="#FFFFFF" class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-2f8e662 hoverscale" data-id="2f8e662" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_overlaiz_clip_path_popover&quot;:&quot;yes&quot;,&quot;_ob_bbad_link&quot;:{&quot;url&quot;:&quot;https:\/\/barc.com\/events\/big-data-ai-world-frankfurt\/&quot;,&quot;is_external&quot;:&quot;&quot;,&quot;nofollow&quot;:&quot;&quot;,&quot;custom_attributes&quot;:&quot;&quot;},&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-background-overlay"></div> <div class="dce-visibility-event elementor-element elementor-element-5960318 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="5960318" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">Cooperation event</p> </div> </div> <!-- dce invisible element b960519 --> <div class="dce-visibility-event elementor-element elementor-element-62ba0b0 elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="62ba0b0" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Jun 4-5, 2025</h4> </div> </div> <div class="dce-visibility-event elementor-element elementor-element-7d27bc6 elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7d27bc6" data-element_type="widget" data-settings="{&quot;enabled_visibility&quot;:&quot;yes&quot;,&quot;dce_visibility_selected&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default">Frankfurt a. M.</h4> </div> </div> <div class="elementor-element elementor-element-13f08b9 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="13f08b9" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h4 class="elementor-heading-title elementor-size-default"><a href="https://barc.com/events/big-data-ai-world-frankfurt/">Big Data &amp; AI World Frankfurt</a></h4> </div> </div> </div> </div> </div> </section> </div> </div> </div> </section> </div> </div> </div> </div> </div> </div> </div> </section> <!-- dce invisible element ecc194d --> </div> </div> <!-- ast-container --> </div><!-- #content --> <div data-elementor-type="footer" data-elementor-id="90059" class="elementor elementor-90059 elementor-669 elementor-location-footer" data-elementor-settings="{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true}}" data-elementor-post-type="elementor_library"> <footer class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-6876aedb bluesection elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-color="#016483" data-id="6876aedb" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-416823a3" data-id="416823a3" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-88bb8fa footerreveal elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="88bb8fa" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-inner-column elementor-element elementor-element-87e99fc" data-id="87e99fc" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-144f7e3 tag ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="144f7e3" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><span class="BC_F_word-container"> <span class="BC_F_word">Ready</span> <span class="BC_F_word">for</span> <span class="BC_F_word">the</span> <span class="BC_F_word">data-driven</span> <span class="BC_F_word">business</span> <span class="BC_F_word">of</span> <span class="BC_F_word">tomorrow?</span> </span> </h2> </div> </div> <div class="elementor-element elementor-element-559ee38 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="559ee38" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <h2 class="elementor-heading-title elementor-size-default"><a href="/contact/"><span class="BC_F_word-small-tag word small-tag"> Then let's bring it to life together </span> </a></h2> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-3218e964 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="3218e964" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-4f03870d" data-id="4f03870d" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-573bdbdd ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="573bdbdd" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Follow Us</div> </div> </div> <div class="elementor-element elementor-element-24d3c6e elementor-shape-circle e-grid-align-left e-grid-align-mobile-center elementor-grid-0 ob-has-background-overlay elementor-widget elementor-widget-social-icons" data-id="24d3c6e" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="social-icons.default"> <div class="elementor-widget-container"> <div class="elementor-social-icons-wrapper elementor-grid"> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-linkedin elementor-repeater-item-a8f9691" href="https://www.linkedin.com/company/barc_2/" target="_blank"> <span class="elementor-screen-only">Linkedin</span> <i class="fab fa-linkedin"></i> </a> </span> <span class="elementor-grid-item"> <a class="elementor-icon elementor-social-icon elementor-social-icon-youtube elementor-repeater-item-7709880" href="https://www.youtube.com/user/BARCInstitut/videos" target="_blank"> <span class="elementor-screen-only">Youtube</span> <i class="fab fa-youtube"></i> </a> </span> </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-5a526774" data-id="5a526774" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-184b496 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="184b496" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Join more than <strong>25,775 data and analytics professionals</strong> and get regular updates on trends and best practices for tomorrow's data-driven enterprise.</div> </div> </div> <div class="elementor-element elementor-element-b1858cd elementor-align-left elementor-mobile-align-center ob-has-background-overlay ob-is-butterbutton elementor-widget elementor-widget-button" data-id="b1858cd" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/newsletter/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Stay on the pulse</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-2481a41 elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="2481a41" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-d890ad0" data-id="d890ad0" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-75c3efb ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="75c3efb" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>BARC GmbH</strong><br />Berliner Platz 7<br />97080 Würzburg<br />Germany</p> </div> </div> <div class="elementor-element elementor-element-2aaddc3 ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="2aaddc3" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>BARC US<br /></strong>13463 Falls Drive<br />Broomfield, CO. 80020<br />USA</p> </div> </div> <div class="elementor-element elementor-element-748e84d elementor-align-left elementor-mobile-align-left ob-has-background-overlay ob-is-butterbutton elementor-widget elementor-widget-button" data-id="748e84d" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/contact/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Contact</span> </span> </a> </div> </div> </div> <div class="elementor-element elementor-element-e2acc02 nounderlinelink ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="e2acc02" data-element_type="widget" id="footercss" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><strong>Phone: </strong><a href="tel:+499318806510">+49 931 880 65 10</a><br /><strong>E-Mail</strong>: <a style="color: #ccffcc;" href="/cdn-cgi/l/email-protection#80e9eee6efc0e2e1f2e3aee3efed"><span class="__cf_email__" data-cfemail="a2cbccc4cde2c0c3d0c18cc1cdcf">[email&#160;protected]</span></a><br /><strong>Web</strong>: <a style="color: #ccffcc;" href="https://barc.com/" target="_blank" rel="noopener noreferrer">www.barc.com</a></p> </div> </div> </div> </div> <div class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-3a42d29" data-id="3a42d29" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-462df19 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="462df19" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Helpful pages</div> </div> </div> <div class="elementor-element elementor-element-dd4f45c elementor-align-left elementor-icon-list--layout-traditional elementor-list-item-link-full_width ob-has-background-overlay elementor-widget elementor-widget-icon-list" data-id="dd4f45c" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="icon-list.default"> <div class="elementor-widget-container"> <ul class="elementor-icon-list-items"> <li class="elementor-icon-list-item"> <a href="https://barc.com/research/"> <span class="elementor-icon-list-text">Research</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://barc.com/magazine/"> <span class="elementor-icon-list-text">Magazine</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://barc.com/events/"> <span class="elementor-icon-list-text">Events &amp; Webinars</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://barc.com/about-barc/"> <span class="elementor-icon-list-text">About BARC</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://barc.com/news/"> <span class="elementor-icon-list-text">News</span> </a> </li> <li class="elementor-icon-list-item"> <a href="https://barc.com/shop/"> <span class="elementor-icon-list-text">Shop</span> </a> </li> </ul> </div> </div> </div> </div> <div data-dce-background-image-url="https://barc.com/wp-content/uploads//2020/11/barc-bar-white.svg" class="elementor-column elementor-col-33 elementor-inner-column elementor-element elementor-element-bd44874 linkprivat" data-id="bd44874" data-element_type="column" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-45b91ec ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="45b91ec" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Privacy settings</div> </div> </div> <div class="elementor-element elementor-element-53bf2db ob-has-background-overlay elementor-widget elementor-widget-shortcode" data-id="53bf2db" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode"><a href="#" class="borlabs-cookie-preference">Change privacy settings</a></div> </div> </div> <div class="elementor-element elementor-element-1c75048 ob-has-background-overlay elementor-widget elementor-widget-text-editor" data-id="1c75048" data-element_type="widget" data-settings="{&quot;_ob_postman_use&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="text-editor.default"> <div class="elementor-widget-container"> <p><a style="color: #cce0e6;" href="https://barc.com/privacy-policy/" target="_blank" rel="noopener">View consent history</a></p> </div> </div> <div class="elementor-element elementor-element-954bfc6 elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-shortcode" data-id="954bfc6" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode">[rcb-consent type="change" tag="a" text="Change privacy settings"]</div> </div> </div> <div class="elementor-element elementor-element-8f5930e elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-shortcode" data-id="8f5930e" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode">[rcb-consent type="history" tag="a" text="Privacy settings history"]</div> </div> </div> <div class="elementor-element elementor-element-9a432be elementor-hidden-desktop elementor-hidden-tablet elementor-hidden-mobile ob-has-background-overlay elementor-widget elementor-widget-shortcode" data-id="9a432be" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="shortcode.default"> <div class="elementor-widget-container"> <div class="elementor-shortcode">[rcb-consent type="revoke" tag="a" text="Revoke consents" successmessage="Sie haben die Einwilligung erfolgreich widerrufen. Die Seite wird nun neu geladen."]</div> </div> </div> </div> </div> </div> </section> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-5d4b15 elementor-section-content-middle elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="5d4b15" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-2a3b5f8d footercss" data-id="2a3b5f8d" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-7c76e2f7 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="7c76e2f7" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default">© Copyright – BARC</p> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-f73b7df" data-id="f73b7df" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-4927656 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="4927656" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <p class="elementor-heading-title elementor-size-default"><a href="https://barc.com/imprint/">Imprint</a> – <a href="https://barc.com/privacy-policy/">Data Policy</a> – <a href="https://barc.com/terms-and-conditions/">AGBs</a></p> </div> </div> </div> </div> </div> </section> </div> </div> </div> </footer> </div> <div class="astra-advanced-hook-1397 "> <script data-cfasync="false" src="/cdn-cgi/scripts/5c5dd728/cloudflare-static/email-decode.min.js"></script><script type="rocketlazyloadscript"> document.addEventListener("DOMContentLoaded", () => { const wordContainer = document.querySelector(".BC_F_word-container"); const words = document.querySelectorAll(".BC_F_word"); const smallTag = document.querySelector(".BC_F_word-small-tag"); // Function to reset animation states const resetAnimation = () => { words.forEach((word) => { word.style.opacity = "0"; word.style.transform = "translateY(100%)"; }); smallTag.style.opacity = "0"; }; // Function to animate words and the small tag const animateWords = () => { words.forEach((word, index) => { setTimeout(() => { word.style.opacity = "1"; word.style.transform = "translateY(0)"; }, index * 200); // Delay between each word }); // Trigger the second container animation after the last word const totalDuration = words.length * 200 + 500; // Adjust timing based on number of words setTimeout(() => { smallTag.style.opacity = "1"; }, totalDuration); }; // Use IntersectionObserver to trigger and reset animation const observer = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { animateWords(); // Start animation when visible } else { resetAnimation(); // Reset when leaving visible area } }); }, { threshold: 0.1 } // Trigger when 10% of the container is visible ); observer.observe(wordContainer); }); </script> </div> </div><!-- #page --> <div data-elementor-type="popup" data-elementor-id="116409" class="elementor elementor-116409 elementor-116240 elementor-location-popup" data-elementor-settings="{&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:{&quot;exit_intent&quot;:&quot;yes&quot;},&quot;timing&quot;:{&quot;times_times&quot;:1,&quot;times_period&quot;:&quot;session&quot;,&quot;times&quot;:&quot;yes&quot;}}" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-ebc8edc elementor-section-content-middle shadow1nohover elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-dce-background-overlay-image-url="https://barc.com/wp-content/uploads//2022/06/header-test-v2.svg" data-id="ebc8edc" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;gradient&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-background-overlay"></div> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-100 elementor-top-column elementor-element elementor-element-716e5e1" data-id="716e5e1" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <section class="ob-is-breaking-bad ob-bb-inner elementor-section elementor-inner-section elementor-element elementor-element-33c98d9 elementor-section-height-min-height elementor-section-content-middle elementor-section-boxed elementor-section-height-default" data-id="33c98d9" data-element_type="section" data-settings="{&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-0d744f8" data-id="0d744f8" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-0704327 ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="0704327" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Don‘t miss out!</div> </div> </div> <div class="elementor-element elementor-element-767340f ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="767340f" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Join over 25,775 data &amp; analytics professionals and get the latest product insights, research, surveys and more!</div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-inner-column elementor-element elementor-element-44cc3e6" data-id="44cc3e6" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-bf42db1 ob-has-background-overlay elementor-widget elementor-widget-image" data-id="bf42db1" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="image.default"> <div class="elementor-widget-container"> <img width="80" height="80" src="data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2080%2080'%3E%3C/svg%3E" class="attachment-full size-full wp-image-56759" alt="" data-lazy-srcset="https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 150w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 300w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 1024w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 80w" data-lazy-sizes="(max-width: 80px) 100vw, 80px" data-lazy-src="https://barc.com/wp-content/uploads/2022/02/Corporate-white-outline_Mail.svg" /><noscript><img loading="lazy" width="80" height="80" src="https://barc.com/wp-content/uploads/2022/02/Corporate-white-outline_Mail.svg" class="attachment-full size-full wp-image-56759" alt="" srcset="https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 150w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 300w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 1024w, https://barc.com/wp-content/uploads//2022/02/Corporate-white-outline_Mail.svg 80w" sizes="(max-width: 80px) 100vw, 80px" /></noscript> </div> </div> </div> </div> </div> </section> <div class="elementor-element elementor-element-027333f elementor-align-center ob-has-background-overlay elementor-widget elementor-widget-button" data-id="027333f" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;no&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/newsletter/" target="_blank"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">Subscribe to our newsletter</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <div data-elementor-type="popup" data-elementor-id="92091" class="elementor elementor-92091 elementor-52638 elementor-location-popup" data-elementor-settings="{&quot;entrance_animation&quot;:&quot;slideInUp&quot;,&quot;entrance_animation_duration&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:0.7,&quot;sizes&quot;:[]},&quot;prevent_close_on_background_click&quot;:&quot;yes&quot;,&quot;element_pack_global_tooltip_width&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_width_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;size&quot;:&quot;&quot;,&quot;sizes&quot;:[]},&quot;element_pack_global_tooltip_padding&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_padding_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_tablet&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;element_pack_global_tooltip_border_radius_mobile&quot;:{&quot;unit&quot;:&quot;px&quot;,&quot;top&quot;:&quot;&quot;,&quot;right&quot;:&quot;&quot;,&quot;bottom&quot;:&quot;&quot;,&quot;left&quot;:&quot;&quot;,&quot;isLinked&quot;:true},&quot;a11y_navigation&quot;:&quot;yes&quot;,&quot;triggers&quot;:{&quot;scrolling_offset&quot;:2,&quot;scrolling&quot;:&quot;yes&quot;,&quot;scrolling_direction&quot;:&quot;down&quot;},&quot;timing&quot;:{&quot;logged_in_users&quot;:&quot;custom&quot;,&quot;logged_in_roles&quot;:[&quot;customer&quot;],&quot;logged_in&quot;:&quot;yes&quot;,&quot;times_times&quot;:1,&quot;times_period&quot;:&quot;session&quot;,&quot;times&quot;:&quot;yes&quot;}}" data-elementor-post-type="elementor_library"> <section class="ob-is-breaking-bad elementor-section elementor-top-section elementor-element elementor-element-c9d4a05 elementor-hidden-tablet elementor-hidden-mobile elementor-section-boxed elementor-section-height-default elementor-section-height-default" data-id="c9d4a05" data-element_type="section" data-settings="{&quot;background_background&quot;:&quot;classic&quot;,&quot;_ob_bbad_use_it&quot;:&quot;yes&quot;,&quot;_ob_bbad_sssic_use&quot;:&quot;no&quot;}"> <div class="elementor-container elementor-column-gap-default"> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-3fb037a" data-id="3fb037a" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-3f3580d elementor-widget__width-auto ob-has-background-overlay elementor-widget elementor-widget-heading" data-id="3f3580d" data-element_type="widget" data-settings="{&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="heading.default"> <div class="elementor-widget-container"> <div class="elementor-heading-title elementor-size-default">Check out the world´s most comprehensive guide to the Power BI ecosystem. </div> </div> </div> </div> </div> <div class="elementor-column elementor-col-50 elementor-top-column elementor-element elementor-element-ad33989" data-id="ad33989" data-element_type="column" data-settings="{&quot;_ob_bbad_is_stalker&quot;:&quot;no&quot;,&quot;_ob_teleporter_use&quot;:false,&quot;_ob_column_hoveranimator&quot;:&quot;no&quot;}"> <div class="elementor-widget-wrap elementor-element-populated"> <div class="elementor-element elementor-element-72a29f0 elementor-align-right elementor-mobile-align-center ob-has-background-overlay ob-is-butterbutton elementor-widget elementor-widget-button" data-id="72a29f0" data-element_type="widget" data-settings="{&quot;_ob_butterbutton_use_it&quot;:&quot;yes&quot;,&quot;_ob_poopart_use&quot;:&quot;yes&quot;,&quot;_ob_shadough_use&quot;:&quot;no&quot;,&quot;_ob_allow_hoveranimator&quot;:&quot;no&quot;,&quot;_ob_widget_stalker_use&quot;:&quot;no&quot;}" data-widget_type="button.default"> <div class="elementor-widget-container"> <div class="elementor-button-wrapper"> <a class="elementor-button elementor-button-link elementor-size-sm" href="https://barc.com/power-bi-ecosystem/"> <span class="elementor-button-content-wrapper"> <span class="elementor-button-text">The best add-ons for Power BI</span> </span> </a> </div> </div> </div> </div> </div> </div> </section> </div> <!--googleoff: all--><div data-nosnippet><script id="BorlabsCookieBoxWrap" type="text/template"><div id="BorlabsCookieBox" class="BorlabsCookie" role="dialog" aria-labelledby="CookieBoxTextHeadline" aria-describedby="CookieBoxTextDescription" aria-modal="true" > <div class="middle-center" style="display: none;"> <div class="_brlbs-box-wrap"> <div class="_brlbs-box"> <div class="cookie-box"> <div class="container"> <div class="row"> <div class="col-12"> <div class="_brlbs-flex-center"> <img loading="lazy" width="32" height="32" class="cookie-logo" src="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg" srcset="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg, https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg 2x" alt="Privacy Preference" aria-hidden="true" > <span role="heading" aria-level="3" class="_brlbs-h3" id="CookieBoxTextHeadline">Privacy Preference</span> </div> <p id="CookieBoxTextDescription"><span class="_brlbs-paragraph _brlbs-text-description">We need your consent before you can continue on our website.</span> <span class="_brlbs-paragraph _brlbs-text-confirm-age">If you are under 16 and wish to give consent to optional services, you must ask your legal guardians for permission.</span> <span class="_brlbs-paragraph _brlbs-text-technology">We use cookies and other technologies on our website. Some of them are essential, while others help us to improve this website and your experience.</span> <span class="_brlbs-paragraph _brlbs-text-personal-data">Personal data may be processed (e.g. IP addresses), for example for personalized ads and content or ad and content measurement.</span> <span class="_brlbs-paragraph _brlbs-text-more-information">You can find more information about the use of your data in our <a class="_brlbs-cursor" href="https://barc.com/privacy-policy/">privacy policy</a>.</span> <span class="_brlbs-paragraph _brlbs-text-revoke">You can revoke or adjust your selection at any time under <a class="_brlbs-cursor" href="#" data-cookie-individual>Settings</a>.</span></p> <ul> <li data-borlabs-cookie-group="essential" > Essential </li> <li data-borlabs-cookie-group="statistics" > Statistics </li> <li data-borlabs-cookie-group="marketing" > Marketing </li> <li data-borlabs-cookie-group="external-media" > External Media </li> </ul> <p class="_brlbs-accept"> <a href="#" tabindex="0" role="button" id="CookieBoxSaveButton" class="_brlbs-btn _brlbs-btn-accept-all _brlbs-cursor" data-cookie-accept > I accept </a> </p> <p class="_brlbs-manage-btn "> <a href="#" tabindex="0" role="button" class="_brlbs-cursor _brlbs-btn " data-cookie-individual > Individual Privacy Preferences </a> </p> <p class="_brlbs-legal"> <a href="#" tabindex="0" role="button" class="_brlbs-cursor" data-cookie-individual > Cookie Details </a> <span class="_brlbs-separator"></span> <a tabindex="0" href="https://barc.com/privacy-policy/" > Privacy Policy </a> <span class="_brlbs-separator"></span> <a tabindex="0" href="https://barc.com/imprint/" > Imprint </a> </p> </div> </div> </div> </div> <div class="cookie-preference" aria-hidden="true" role="dialog" aria-describedby="CookiePrefDescription" aria-modal="true" > <div class="container not-visible"> <div class="row no-gutters"> <div class="col-12"> <div class="row no-gutters align-items-top"> <div class="col-12"> <div class="_brlbs-flex-center"> <img loading="lazy" width="32" height="32" class="cookie-logo" src="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg" srcset="https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg, https://barc.com/wp-content/uploads/2022/06/BARC-Logo-Tiel-SVG-ohne-Padding.svg 2x" alt="Privacy Preference" > <span role="heading" aria-level="3" class="_brlbs-h3">Privacy Preference</span> </div> <p id="CookiePrefDescription"> <span class="_brlbs-paragraph _brlbs-text-confirm-age">If you are under 16 and wish to give consent to optional services, you must ask your legal guardians for permission.</span> <span class="_brlbs-paragraph _brlbs-text-technology">We use cookies and other technologies on our website. Some of them are essential, while others help us to improve this website and your experience.</span> <span class="_brlbs-paragraph _brlbs-text-personal-data">Personal data may be processed (e.g. IP addresses), for example for personalized ads and content or ad and content measurement.</span> <span class="_brlbs-paragraph _brlbs-text-more-information">You can find more information about the use of your data in our <a class="_brlbs-cursor" href="https://barc.com/privacy-policy/">privacy policy</a>.</span> <span class="_brlbs-paragraph _brlbs-text-description">Here you will find an overview of all cookies used. You can give your consent to whole categories or display further information and select certain cookies.</span> </p> <div class="row no-gutters align-items-center"> <div class="col-12 col-sm-7"> <p class="_brlbs-accept"> <a href="#" class="_brlbs-btn _brlbs-btn-accept-all _brlbs-cursor" tabindex="0" role="button" data-cookie-accept-all > Accept all </a> <a href="#" id="CookiePrefSave" tabindex="0" role="button" class="_brlbs-btn _brlbs-cursor" data-cookie-accept > Save </a> </p> </div> <div class="col-12 col-sm-5"> <p class="_brlbs-refuse"> <a href="#" class="_brlbs-cursor" tabindex="0" role="button" data-cookie-back > Back </a> </p> </div> </div> </div> </div> <div data-cookie-accordion> <fieldset> <legend class="sr-only">Privacy Preference</legend> <div class="bcac-item"> <div class="d-flex flex-row"> <label class="w-75"> <span role="heading" aria-level="4" class="_brlbs-h4">Essential (1)</span> </label> <div class="w-25 text-right"> </div> </div> <div class="d-block"> <p>Essential cookies enable basic functions and are necessary for the proper function of the website.</p> <p class="text-center"> <a href="#" class="_brlbs-cursor d-block" tabindex="0" role="button" data-cookie-accordion-target="essential" > <span data-cookie-accordion-status="show"> Show Cookie Information </span> <span data-cookie-accordion-status="hide" class="borlabs-hide"> Hide Cookie Information </span> </a> </p> </div> <div class="borlabs-hide" data-cookie-accordion-parent="essential" > <table> <tr> <th scope="row">Name</th> <td> <label> Borlabs Cookie </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Eigentümer dieser Website<span>, </span><a href="https://barc.com/imprint/">Imprint</a></td> </tr> <tr> <th scope="row">Purpose</th> <td>Speichert die Einstellungen der Besucher, die in der Cookie Box von Borlabs Cookie ausgewählt wurden.</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>borlabs-cookie</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>1 Jahr</td> </tr> </table> </div> </div> <div class="bcac-item"> <div class="d-flex flex-row"> <label class="w-75"> <span role="heading" aria-level="4" class="_brlbs-h4">Statistics (2)</span> </label> <div class="w-25 text-right"> <label class="_brlbs-btn-switch"> <span class="sr-only">Statistics</span> <input tabindex="0" id="borlabs-cookie-group-statistics" type="checkbox" name="cookieGroup[]" value="statistics" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off"> </span> </label> </div> </div> <div class="d-block"> <p>Statistics cookies collect information anonymously. This information helps us to understand how our visitors use our website.</p> <p class="text-center"> <a href="#" class="_brlbs-cursor d-block" tabindex="0" role="button" data-cookie-accordion-target="statistics" > <span data-cookie-accordion-status="show"> Show Cookie Information </span> <span data-cookie-accordion-status="hide" class="borlabs-hide"> Hide Cookie Information </span> </a> </p> </div> <div class="borlabs-hide" data-cookie-accordion-parent="statistics" > <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Google Tag Manager</span> <input id="borlabs-cookie-google-tag-manager" tabindex="0" type="checkbox" data-cookie-group="statistics" name="cookies[statistics][]" value="google-tag-manager" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Google Tag Manager </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Cookie by Google used to control advanced script and event handling.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://policies.google.com/privacy?hl=en" target="_blank" rel="nofollow noopener noreferrer" > https://policies.google.com/privacy?hl=en </a> </td> </tr> <tr> <th scope="row">Cookie Name</th> <td>_ga,_gat,_gid</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>2 Years</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Hotjar</span> <input id="borlabs-cookie-hotjar" tabindex="0" type="checkbox" data-cookie-group="statistics" name="cookies[statistics][]" value="hotjar" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Hotjar </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Hotjar Ltd., Dragonara Business Centre, 5th Floor, Dragonara Road, Paceville St Julian's STJ 3141 Malta</td> </tr> <tr> <th scope="row">Purpose</th> <td>Hotjar is an user behavior analytic tool by Hotjar Ltd.. We use Hotjar to understand how users interact with our website.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://www.hotjar.com/legal/policies/privacy/" target="_blank" rel="nofollow noopener noreferrer" > https://www.hotjar.com/legal/policies/privacy/ </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>*.hotjar.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>_hjClosedSurveyInvites, _hjDonePolls, _hjMinimizedPolls, _hjDoneTestersWidgets, _hjIncludedInSample, _hjShownFeedbackMessage, _hjid, _hjRecordingLastActivity, hjTLDTest, _hjUserAttributesHash, _hjCachedUserAttributes, _hjLocalStorageTest, _hjptid</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>Session / 1 Year</td> </tr> </table> </div> </div> <div class="bcac-item"> <div class="d-flex flex-row"> <label class="w-75"> <span role="heading" aria-level="4" class="_brlbs-h4">Marketing (1)</span> </label> <div class="w-25 text-right"> <label class="_brlbs-btn-switch"> <span class="sr-only">Marketing</span> <input tabindex="0" id="borlabs-cookie-group-marketing" type="checkbox" name="cookieGroup[]" value="marketing" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off"> </span> </label> </div> </div> <div class="d-block"> <p>Marketing cookies are used by third-party advertisers or publishers to display personalized ads. They do this by tracking visitors across websites.</p> <p class="text-center"> <a href="#" class="_brlbs-cursor d-block" tabindex="0" role="button" data-cookie-accordion-target="marketing" > <span data-cookie-accordion-status="show"> Show Cookie Information </span> <span data-cookie-accordion-status="hide" class="borlabs-hide"> Hide Cookie Information </span> </a> </p> </div> <div class="borlabs-hide" data-cookie-accordion-parent="marketing" > <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">HubSpot</span> <input id="borlabs-cookie-hubspot" tabindex="0" type="checkbox" data-cookie-group="marketing" name="cookies[marketing][]" value="hubspot" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> HubSpot </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>HubSpot Inc., 25 First Street, 2nd Floor, Cambridge, MA 02141, USA</td> </tr> <tr> <th scope="row">Purpose</th> <td>HubSpot is a user database management service provided by HubSpot, Inc. We use HubSpot on this website for our online marketing activities.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://legal.hubspot.com/privacy-policy" target="_blank" rel="nofollow noopener noreferrer" > https://legal.hubspot.com/privacy-policy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>*.hubspot.com, hubspot-avatars.s3.amazonaws.com, hubspot-realtime.ably.io, hubspot-rest.ably.io, js.hs-scripts.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>__hs_opt_out, __hs_d_not_track, hs_ab_test, hs-messages-is-open, hs-messages-hide-welcome-message, __hstc, hubspotutk, __hssc, __hssrc, messagesUtk</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>Session / 30 Minutes / 1 Day / 1 Year / 13 Months</td> </tr> </table> </div> </div> <div class="bcac-item"> <div class="d-flex flex-row"> <label class="w-75"> <span role="heading" aria-level="4" class="_brlbs-h4">External Media (8)</span> </label> <div class="w-25 text-right"> <label class="_brlbs-btn-switch"> <span class="sr-only">External Media</span> <input tabindex="0" id="borlabs-cookie-group-external-media" type="checkbox" name="cookieGroup[]" value="external-media" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off"> </span> </label> </div> </div> <div class="d-block"> <p>Content from video platforms and social media platforms is blocked by default. If External Media cookies are accepted, access to those contents no longer requires manual consent.</p> <p class="text-center"> <a href="#" class="_brlbs-cursor d-block" tabindex="0" role="button" data-cookie-accordion-target="external-media" > <span data-cookie-accordion-status="show"> Show Cookie Information </span> <span data-cookie-accordion-status="hide" class="borlabs-hide"> Hide Cookie Information </span> </a> </p> </div> <div class="borlabs-hide" data-cookie-accordion-parent="external-media" > <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Facebook</span> <input id="borlabs-cookie-facebook" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="facebook" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Facebook </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Meta Platforms Ireland Limited, 4 Grand Canal Square, Dublin 2, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um Facebook-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://www.facebook.com/privacy/explanation" target="_blank" rel="nofollow noopener noreferrer" > https://www.facebook.com/privacy/explanation </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>.facebook.com</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Spotify</span> <input id="borlabs-cookie-spotify" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="spotify" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Spotify </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Spotify AB</td> </tr> <tr> <th scope="row">Host(s)</th> <td>spotify., spotify.com</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Google Maps</span> <input id="borlabs-cookie-googlemaps" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="googlemaps" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Google Maps </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird zum Entsperren von Google Maps-Inhalten verwendet.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener noreferrer" > https://policies.google.com/privacy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>.google.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>NID</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>6 Monate</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Instagram</span> <input id="borlabs-cookie-instagram" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="instagram" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Instagram </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Meta Platforms Ireland Limited, 4 Grand Canal Square, Dublin 2, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um Instagram-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://www.instagram.com/legal/privacy/" target="_blank" rel="nofollow noopener noreferrer" > https://www.instagram.com/legal/privacy/ </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>.instagram.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>pigeon_state</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>Sitzung</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">OpenStreetMap</span> <input id="borlabs-cookie-openstreetmap" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="openstreetmap" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> OpenStreetMap </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Openstreetmap Foundation, St John’s Innovation Centre, Cowley Road, Cambridge CB4 0WS, United Kingdom</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um OpenStreetMap-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://wiki.osmfoundation.org/wiki/Privacy_Policy" target="_blank" rel="nofollow noopener noreferrer" > https://wiki.osmfoundation.org/wiki/Privacy_Policy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>.openstreetmap.org</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>_osm_location, _osm_session, _osm_totp_token, _osm_welcome, _pk_id., _pk_ref., _pk_ses., qos_token</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>1-10 Jahre</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Twitter</span> <input id="borlabs-cookie-twitter" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="twitter" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Twitter </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Twitter International Company, One Cumberland Place, Fenian Street, Dublin 2, D02 AX07, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um Twitter-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://twitter.com/privacy" target="_blank" rel="nofollow noopener noreferrer" > https://twitter.com/privacy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>.twimg.com, .twitter.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>__widgetsettings, local_storage_support_test</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>Unbegrenzt</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">Vimeo</span> <input id="borlabs-cookie-vimeo" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="vimeo" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> Vimeo </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Vimeo Inc., 555 West 18th Street, New York, New York 10011, USA</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um Vimeo-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://vimeo.com/privacy" target="_blank" rel="nofollow noopener noreferrer" > https://vimeo.com/privacy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>player.vimeo.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>vuid</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>2 Jahre</td> </tr> </table> <table> <tr> <th scope="row">Accept</th> <td> <label class="_brlbs-btn-switch _brlbs-btn-switch--textRight"> <span class="sr-only">YouTube</span> <input id="borlabs-cookie-youtube" tabindex="0" type="checkbox" data-cookie-group="external-media" name="cookies[external-media][]" value="youtube" checked data-borlabs-cookie-switch /> <span class="_brlbs-slider"></span> <span class="_brlbs-btn-switch-status" data-active="On" data-inactive="Off" aria-hidden="true"> </span> </label> </td> </tr> <tr> <th scope="row">Name</th> <td> <label> YouTube </label> </td> </tr> <tr> <th scope="row">Provider</th> <td>Google Ireland Limited, Gordon House, Barrow Street, Dublin 4, Ireland</td> </tr> <tr> <th scope="row">Purpose</th> <td>Wird verwendet, um YouTube-Inhalte zu entsperren.</td> </tr> <tr> <th scope="row">Privacy Policy</th> <td class="_brlbs-pp-url"> <a href="https://policies.google.com/privacy" target="_blank" rel="nofollow noopener noreferrer" > https://policies.google.com/privacy </a> </td> </tr> <tr> <th scope="row">Host(s)</th> <td>google.com</td> </tr> <tr> <th scope="row">Cookie Name</th> <td>NID</td> </tr> <tr> <th scope="row">Cookie Expiry</th> <td>6 Monate</td> </tr> </table> </div> </div> </fieldset> </div> <div class="d-flex justify-content-between"> <p class="_brlbs-branding flex-fill"> </p> <p class="_brlbs-legal flex-fill"> <a href="https://barc.com/privacy-policy/"> Privacy Policy </a> <span class="_brlbs-separator"></span> <a href="https://barc.com/imprint/"> Imprint </a> </p> </div> </div> </div> </div> </div> </div> </div> </div> </div> </script></div><!--googleon: all--> <script type="rocketlazyloadscript"> const lazyloadRunObserver = () => { const lazyloadBackgrounds = document.querySelectorAll( `.e-con.e-parent:not(.e-lazyloaded)` ); const lazyloadBackgroundObserver = new IntersectionObserver( ( entries ) => { entries.forEach( ( entry ) => { if ( entry.isIntersecting ) { let lazyloadBackground = entry.target; if( lazyloadBackground ) { lazyloadBackground.classList.add( 'e-lazyloaded' ); } lazyloadBackgroundObserver.unobserve( entry.target ); } }); }, { rootMargin: '200px 0px 200px 0px' } ); lazyloadBackgrounds.forEach( ( lazyloadBackground ) => { lazyloadBackgroundObserver.observe( lazyloadBackground ); } ); }; const events = [ 'DOMContentLoaded', 'elementor/lazyload/observe', ]; events.forEach( ( event ) => { document.addEventListener( event, lazyloadRunObserver ); } ); </script> <script type="rocketlazyloadscript"> (function () { var c = document.body.className; c = c.replace(/woocommerce-no-js/, 'woocommerce-js'); document.body.className = c; })(); </script> <link data-minify="1" rel='stylesheet' id='wc-blocks-style-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='dce-style-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/dynamic-content-for-elementor/assets/css/style.css?ver=1739789068' media='all' /> <link data-minify="1" rel='stylesheet' id='dce-dynamic-visibility-css' href='https://barc.com/wp-content/cache/min/1/wp-content/plugins/dynamic-content-for-elementor/assets/css/dynamic-visibility.css?ver=1739789068' media='all' /> <link rel='stylesheet' id='elementor-post-89997-css' href='https://barc.com/wp-content/uploads/elementor/css/post-89997.css?ver=1739789048' media='all' /> <link rel='stylesheet' id='widget-icon-box-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-icon-box.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='elementor-post-90025-css' href='https://barc.com/wp-content/uploads/elementor/css/post-90025.css?ver=1739789048' media='all' /> <link rel='stylesheet' id='elementor-post-113664-css' href='https://barc.com/wp-content/uploads/elementor/css/post-113664.css?ver=1739789049' media='all' /> <link rel='stylesheet' id='widget-spacer-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-spacer.min.css?ver=3.27.0' media='all' /> <link rel='stylesheet' id='elementor-post-90046-css' href='https://barc.com/wp-content/uploads/elementor/css/post-90046.css?ver=1739789049' media='all' /> <link rel='stylesheet' id='widget-star-rating-css' href='https://barc.com/wp-content/plugins/elementor/assets/css/widget-star-rating.min.css?ver=3.27.0' media='all' /> <script id="astra-theme-js-js-extra"> var astra = {"break_point":"1143","isRtl":"","is_scroll_to_id":"","is_scroll_to_top":"","is_header_footer_builder_active":"","responsive_cart_click":"flyout"}; </script> <script src="https://barc.com/wp-content/themes/astra/assets/js/minified/style.min.js?ver=4.8.10" id="astra-theme-js-js"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/selectWoo/selectWoo.full.min.js?ver=1.0.9-wc.9.6.0" id="selectWoo-js" data-wp-strategy="defer" defer></script> <script id="wc-memberships-blocks-common-js-extra"> var wc_memberships_blocks_common = {"keywords":{"email":"Email","phone":"Phone","plan":"Plan","address":"Address","search_not_found":"We didn't find any members. Please try a different search or check for typos.","results_not_found":"No records found..."},"ajaxUrl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","restUrl":"https:\/\/barc.com\/wp-json\/","restNonce":"1c50d7f658"}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce-memberships/assets/js/frontend/wc-memberships-blocks-common.min.js?ver=1.26.9" id="wc-memberships-blocks-common-js" defer></script> <script src="https://barc.com/wp-includes/js/jquery/ui/core.min.js?ver=1.13.3" id="jquery-ui-core-js"></script> <script src="https://barc.com/wp-includes/js/jquery/ui/datepicker.min.js?ver=1.13.3" id="jquery-ui-datepicker-js"></script> <script type="rocketlazyloadscript" id="jquery-ui-datepicker-js-after"> jQuery(function(jQuery){jQuery.datepicker.setDefaults({"closeText":"Close","currentText":"Today","monthNames":["January","February","March","April","May","June","July","August","September","October","November","December"],"monthNamesShort":["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],"nextText":"Next","prevText":"Previous","dayNames":["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],"dayNamesShort":["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],"dayNamesMin":["S","M","T","W","T","F","S"],"dateFormat":"d. MM yy","firstDay":1,"isRTL":false});}); </script> <script type="rocketlazyloadscript" id="rocket-browser-checker-js-after"> "use strict";var _createClass=function(){function defineProperties(target,props){for(var i=0;i<props.length;i++){var descriptor=props[i];descriptor.enumerable=descriptor.enumerable||!1,descriptor.configurable=!0,"value"in descriptor&&(descriptor.writable=!0),Object.defineProperty(target,descriptor.key,descriptor)}}return function(Constructor,protoProps,staticProps){return protoProps&&defineProperties(Constructor.prototype,protoProps),staticProps&&defineProperties(Constructor,staticProps),Constructor}}();function _classCallCheck(instance,Constructor){if(!(instance instanceof Constructor))throw new TypeError("Cannot call a class as a function")}var RocketBrowserCompatibilityChecker=function(){function RocketBrowserCompatibilityChecker(options){_classCallCheck(this,RocketBrowserCompatibilityChecker),this.passiveSupported=!1,this._checkPassiveOption(this),this.options=!!this.passiveSupported&&options}return _createClass(RocketBrowserCompatibilityChecker,[{key:"_checkPassiveOption",value:function(self){try{var options={get passive(){return!(self.passiveSupported=!0)}};window.addEventListener("test",null,options),window.removeEventListener("test",null,options)}catch(err){self.passiveSupported=!1}}},{key:"initRequestIdleCallback",value:function(){!1 in window&&(window.requestIdleCallback=function(cb){var start=Date.now();return setTimeout(function(){cb({didTimeout:!1,timeRemaining:function(){return Math.max(0,50-(Date.now()-start))}})},1)}),!1 in window&&(window.cancelIdleCallback=function(id){return clearTimeout(id)})}},{key:"isDataSaverModeOn",value:function(){return"connection"in navigator&&!0===navigator.connection.saveData}},{key:"supportsLinkPrefetch",value:function(){var elem=document.createElement("link");return elem.relList&&elem.relList.supports&&elem.relList.supports("prefetch")&&window.IntersectionObserver&&"isIntersecting"in IntersectionObserverEntry.prototype}},{key:"isSlowConnection",value:function(){return"connection"in navigator&&"effectiveType"in navigator.connection&&("2g"===navigator.connection.effectiveType||"slow-2g"===navigator.connection.effectiveType)}}]),RocketBrowserCompatibilityChecker}(); </script> <script id="rocket-preload-links-js-extra"> var RocketPreloadLinksConfig = {"excludeUris":"\/checkouts\/|\/(.*)sitemap(.*).xml|\/(.*)sitemap.xsl|\/(?:.+\/)?feed(?:\/(?:.+\/?)?)?$|\/(?:.+\/)?embed\/|\/checkout\/|\/cart\/|\/my-account\/|\/(index\\.php\/)?wp\\-json(\/.*|$)|\/refer\/|\/go\/|\/recommend\/|\/recommends\/","usesTrailingSlash":"1","imageExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php","fileExt":"jpg|jpeg|gif|png|tiff|bmp|webp|avif|pdf|doc|docx|xls|xlsx|php|html|htm","siteUrl":"https:\/\/barc.com","onHoverDelay":"100","rateThrottle":"3"}; </script> <script type="rocketlazyloadscript" id="rocket-preload-links-js-after"> (function() { "use strict";var r="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},e=function(){function i(e,t){for(var n=0;n<t.length;n++){var i=t[n];i.enumerable=i.enumerable||!1,i.configurable=!0,"value"in i&&(i.writable=!0),Object.defineProperty(e,i.key,i)}}return function(e,t,n){return t&&i(e.prototype,t),n&&i(e,n),e}}();function i(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}var t=function(){function n(e,t){i(this,n),this.browser=e,this.config=t,this.options=this.browser.options,this.prefetched=new Set,this.eventTime=null,this.threshold=1111,this.numOnHover=0}return e(n,[{key:"init",value:function(){!this.browser.supportsLinkPrefetch()||this.browser.isDataSaverModeOn()||this.browser.isSlowConnection()||(this.regex={excludeUris:RegExp(this.config.excludeUris,"i"),images:RegExp(".("+this.config.imageExt+")$","i"),fileExt:RegExp(".("+this.config.fileExt+")$","i")},this._initListeners(this))}},{key:"_initListeners",value:function(e){-1<this.config.onHoverDelay&&document.addEventListener("mouseover",e.listener.bind(e),e.listenerOptions),document.addEventListener("mousedown",e.listener.bind(e),e.listenerOptions),document.addEventListener("touchstart",e.listener.bind(e),e.listenerOptions)}},{key:"listener",value:function(e){var t=e.target.closest("a"),n=this._prepareUrl(t);if(null!==n)switch(e.type){case"mousedown":case"touchstart":this._addPrefetchLink(n);break;case"mouseover":this._earlyPrefetch(t,n,"mouseout")}}},{key:"_earlyPrefetch",value:function(t,e,n){var i=this,r=setTimeout(function(){if(r=null,0===i.numOnHover)setTimeout(function(){return i.numOnHover=0},1e3);else if(i.numOnHover>i.config.rateThrottle)return;i.numOnHover++,i._addPrefetchLink(e)},this.config.onHoverDelay);t.addEventListener(n,function e(){t.removeEventListener(n,e,{passive:!0}),null!==r&&(clearTimeout(r),r=null)},{passive:!0})}},{key:"_addPrefetchLink",value:function(i){return this.prefetched.add(i.href),new Promise(function(e,t){var n=document.createElement("link");n.rel="prefetch",n.href=i.href,n.onload=e,n.onerror=t,document.head.appendChild(n)}).catch(function(){})}},{key:"_prepareUrl",value:function(e){if(null===e||"object"!==(void 0===e?"undefined":r(e))||!1 in e||-1===["http:","https:"].indexOf(e.protocol))return null;var t=e.href.substring(0,this.config.siteUrl.length),n=this._getPathname(e.href,t),i={original:e.href,protocol:e.protocol,origin:t,pathname:n,href:t+n};return this._isLinkOk(i)?i:null}},{key:"_getPathname",value:function(e,t){var n=t?e.substring(this.config.siteUrl.length):e;return n.startsWith("/")||(n="/"+n),this._shouldAddTrailingSlash(n)?n+"/":n}},{key:"_shouldAddTrailingSlash",value:function(e){return this.config.usesTrailingSlash&&!e.endsWith("/")&&!this.regex.fileExt.test(e)}},{key:"_isLinkOk",value:function(e){return null!==e&&"object"===(void 0===e?"undefined":r(e))&&(!this.prefetched.has(e.href)&&e.origin===this.config.siteUrl&&-1===e.href.indexOf("?")&&-1===e.href.indexOf("#")&&!this.regex.excludeUris.test(e.href)&&!this.regex.images.test(e.href))}}],[{key:"run",value:function(){"undefined"!=typeof RocketPreloadLinksConfig&&new n(new RocketBrowserCompatibilityChecker({capture:!0,passive:!0}),RocketPreloadLinksConfig).init()}}]),n}();t.run(); }()); </script> <script id="astra-addon-js-js-extra"> var astraAddon = {"main_menu_flyout_alignment":"","sticky_active":"","svgIconClose":"<span class=\"ast-icon icon-close\"><\/span>","is_header_builder_active":""}; </script> <script type="rocketlazyloadscript" data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/uploads/astra-addon/astra-addon-6790e4730f87a5-06120822.js?ver=1737548921" id="astra-addon-js-js" defer></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/astra-addon/assets/js/minified/purify.min.js?ver=4.8.11" id="astra-dom-purify-js" defer></script> <script src="https://barc.com/wp-content/plugins/ultimate-elementor/assets/min-js/uael-nav-menu.min.js?ver=1.38.1" id="uael-nav-menu-js"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/ultimate-elementor/assets/lib/jquery-element-resize/jquery_resize.min.js?ver=1.38.1" id="uael-element-resize-js" defer></script> <script src="https://barc.com/wp-content/plugins/ultimate-elementor/assets/lib/js-cookie/js_cookie.min.js?ver=1.38.1" id="uael-cookie-lib-js"></script> <script src="https://barc.com/wp-content/plugins/elementor-pro/assets/lib/smartmenus/jquery.smartmenus.min.js?ver=1.2.1" id="smartmenus-js"></script> <script src="https://barc.com/wp-includes/js/imagesloaded.min.js?ver=5.0.0" id="imagesloaded-js"></script> <script id="bdt-uikit-js-extra"> var element_pack_ajax_login_config = {"ajaxurl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","language":"en","loadingmessage":"Sending user info, please wait...","unknownerror":"Unknown error, make sure access is correct!"}; var ElementPackConfig = {"ajaxurl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","nonce":"fa61862d1f","data_table":{"language":{"sLengthMenu":"Show _MENU_ Entries","sInfo":"Showing _START_ to _END_ of _TOTAL_ entries","sSearch":"Search :","sZeroRecords":"No matching records found","oPaginate":{"sPrevious":"Previous","sNext":"Next"}}},"contact_form":{"sending_msg":"Sending message please wait...","captcha_nd":"Invisible captcha not defined!","captcha_nr":"Could not get invisible captcha response!"},"mailchimp":{"subscribing":"Subscribing you please wait..."},"search":{"more_result":"More Results","search_result":"SEARCH RESULT","not_found":"not found"},"words_limit":{"read_more":"[read more]","read_less":"[read less]"},"elements_data":{"sections":[],"columns":[],"widgets":[]}}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/bdthemes-element-pack/assets/js/bdt-uikit.min.js?ver=3.21.7" id="bdt-uikit-js" defer></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/bdthemes-element-pack/assets/js/modules/ep-advanced-heading.min.js?ver=7.19.1" id="ep-advanced-heading-js" defer></script> <script type="rocketlazyloadscript" data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/ooohboi-steroids-for-elementor/assets/js/ooohboi-steroids.js?ver=1710418308" id="ooohboi-steroids-js" defer></script> <script id="cart-widget-js-extra"> var actions = {"is_lang_switched":"0","force_reset":"0"}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce-multilingual/res/js/cart_widget.min.js?ver=5.3.9" id="cart-widget-js" defer data-wp-strategy="defer"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/sourcebuster/sourcebuster.min.js?ver=9.6.0" id="sourcebuster-js-js" defer></script> <script id="wc-order-attribution-js-extra"> var wc_order_attribution = {"params":{"lifetime":1.0e-5,"session":30,"base64":false,"ajaxurl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","prefix":"wc_order_attribution_","allowTracking":true},"fields":{"source_type":"current.typ","referrer":"current_add.rf","utm_campaign":"current.cmp","utm_source":"current.src","utm_medium":"current.mdm","utm_content":"current.cnt","utm_id":"current.id","utm_term":"current.trm","utm_source_platform":"current.plt","utm_creative_format":"current.fmt","utm_marketing_tactic":"current.tct","session_entry":"current_add.ep","session_start_time":"current_add.fd","session_pages":"session.pgs","session_count":"udata.vst","user_agent":"udata.uag"}}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/woocommerce/assets/js/frontend/order-attribution.min.js?ver=9.6.0" id="wc-order-attribution-js" defer></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/bdthemes-element-pack/assets/js/common/helper.min.js?ver=7.19.1" id="element-pack-helper-js" defer></script> <script id="wc-cart-fragments-js-extra"> var wc_cart_fragments_params = {"ajax_url":"\/wp-admin\/admin-ajax.php","wc_ajax_url":"\/?wc-ajax=%%endpoint%%","cart_hash_key":"wc_cart_hash_4592d7857469001c83f312e5b1a88b69-en","fragment_name":"wc_fragments_4592d7857469001c83f312e5b1a88b69","request_timeout":"5000"}; </script> <script src="https://barc.com/wp-content/plugins/woocommerce/assets/js/frontend/cart-fragments.min.js?ver=9.6.0" id="wc-cart-fragments-js" defer data-wp-strategy="defer"></script> <script data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/dynamic-content-for-elementor/assets/js/fix-background-loop.js?ver=1710418308" id="dce-fix-background-loop-js"></script> <script data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/dynamic-content-for-elementor/assets/js/settings.js?ver=1710418308" id="dce-settings-js"></script> <script data-minify="1" src="https://barc.com/wp-content/cache/min/1/wp-content/plugins/dynamic-content-for-elementor/assets/js/visibility.js?ver=1710418308" id="dce-visibility-js"></script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/bdthemes-element-pack/assets/js/modules/ep-section-sticky.min.js?ver=7.19.1" id="ep-section-sticky-js" defer></script> <script id="borlabs-cookie-js-extra"> var borlabsCookieConfig = {"ajaxURL":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","language":"en","animation":"1","animationDelay":"","animationIn":"_brlbs-fadeInDown","animationOut":"_brlbs-flipOutX","blockContent":"1","boxLayout":"box","boxLayoutAdvanced":"","automaticCookieDomainAndPath":"","cookieDomain":"barc.com","cookiePath":"\/","cookieSameSite":"Lax","cookieSecure":"1","cookieLifetime":"182","cookieLifetimeEssentialOnly":"182","crossDomainCookie":[],"cookieBeforeConsent":"","cookiesForBots":"1","cookieVersion":"1","hideCookieBoxOnPages":[],"respectDoNotTrack":"","reloadAfterConsent":"","reloadAfterOptOut":"1","showCookieBox":"1","cookieBoxIntegration":"javascript","ignorePreSelectStatus":"1","cookies":{"essential":["borlabs-cookie"],"statistics":["google-tag-manager","hotjar"],"marketing":["hubspot"],"external-media":["facebook","spotify","googlemaps","instagram","openstreetmap","twitter","vimeo","youtube"]}}; var borlabsCookieCookies = {"essential":{"borlabs-cookie":{"cookieNameList":{"borlabs-cookie":"borlabs-cookie"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"}}},"statistics":{"google-tag-manager":{"cookieNameList":{"_ga":"_ga","_gat":"_gat","_gid":"_gid"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"1","asyncOptOutCode":"0","gtmId":"GTM-WPM738","loadBeforeConsent":"0"},"optInJS":"","optOutJS":""},"hotjar":{"cookieNameList":{"_hjClosedSurveyInvites":"_hjClosedSurveyInvites","_hjDonePolls":"_hjDonePolls","_hjMinimizedPolls":"_hjMinimizedPolls","_hjDoneTestersWidgets":"_hjDoneTestersWidgets","_hjIncludedInSample":"_hjIncludedInSample","_hjShownFeedbackMessage":"_hjShownFeedbackMessage","_hjid":"_hjid","_hjRecordingLastActivity":"_hjRecordingLastActivity","hjTLDTest":"hjTLDTest","_hjUserAttributesHash":"_hjUserAttributesHash","_hjCachedUserAttributes":"_hjCachedUserAttributes","_hjLocalStorageTest":"_hjLocalStorageTest","_hjptid":"_hjptid"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0","asyncOptOutCode":"0","siteId":"5081313"},"optInJS":"PCEtLSBIb3RqYXIgVHJhY2tpbmcgQ29kZSAtLT4NCjxzY3JpcHQ+DQogICAgKGZ1bmN0aW9uKGgsbyx0LGosYSxyKXsNCiAgICAgICAgaC5oaj1oLmhqfHxmdW5jdGlvbigpeyhoLmhqLnE9aC5oai5xfHxbXSkucHVzaChhcmd1bWVudHMpfTsNCiAgICAgICAgaC5faGpTZXR0aW5ncz17aGppZDo1MDgxMzEzLGhqc3Y6Nn0NCiAgICAgICAgYT1vLmdldEVsZW1lbnRzQnlUYWdOYW1lKCdoZWFkJylbMF07DQogICAgICAgIHI9by5jcmVhdGVFbGVtZW50KCdzY3JpcHQnKTtyLmFzeW5jPTE7DQogICAgICAgIHIuc3JjPXQraC5faGpTZXR0aW5ncy5oamlkK2oraC5faGpTZXR0aW5ncy5oanN2Ow0KICAgICAgICBhLmFwcGVuZENoaWxkKHIpOw0KICAgIH0pKHdpbmRvdyxkb2N1bWVudCwnaHR0cHM6Ly9zdGF0aWMuaG90amFyLmNvbS9jL2hvdGphci0nLCcuanM\/c3Y9Jyk7DQo8L3NjcmlwdD4=","optOutJS":""}},"marketing":{"hubspot":{"cookieNameList":{"__hs_opt_out":"__hs_opt_out","__hs_d_not_track":"__hs_d_not_track","hs_ab_test":"hs_ab_test","hs-messages-is-open":"hs-messages-is-open","hs-messages-hide-welcome-message":"hs-messages-hide-welcome-message","__hstc":"__hstc","hubspotutk":"hubspotutk","__hssc":"__hssc","__hssrc":"__hssrc","messagesUtk":"messagesUtk"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0","asyncOptOutCode":"0","hubId":"5757353"},"optInJS":"PCEtLSBTdGFydCBvZiBIdWJTcG90IEVtYmVkIENvZGUgLS0+DQo8c2NyaXB0IHR5cGU9InRleHQvamF2YXNjcmlwdCIgaWQ9ImhzLXNjcmlwdC1sb2FkZXIiIGFzeW5jIGRlZmVyIHNyYz0iLy9qcy5ocy1zY3JpcHRzLmNvbS81NzU3MzUzLmpzIj48L3NjcmlwdD4NCjwhLS0gRW5kIG9mIEh1YlNwb3QgRW1iZWQgQ29kZSAtLT4=","optOutJS":""}},"external-media":{"facebook":{"cookieNameList":[],"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImZhY2Vib29rIik7IH08L3NjcmlwdD4=","optOutJS":""},"spotify":{"cookieNameList":[],"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0","asyncOptOutCode":"0"},"optInJS":"PHNjcmlwdD53aW5kb3cuQm9ybGFic0Nvb2tpZS51bmJsb2NrQ29udGVudElkKCJzcG90aWZ5Iik7PC9zY3JpcHQ+","optOutJS":""},"googlemaps":{"cookieNameList":{"NID":"NID"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImdvb2dsZW1hcHMiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"instagram":{"cookieNameList":{"pigeon_state":"pigeon_state"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoImluc3RhZ3JhbSIpOyB9PC9zY3JpcHQ+","optOutJS":""},"openstreetmap":{"cookieNameList":{"_osm_location":"_osm_location","_osm_session":"_osm_session","_osm_totp_token":"_osm_totp_token","_osm_welcome":"_osm_welcome","_pk_id.":"_pk_id.","_pk_ref.":"_pk_ref.","_pk_ses.":"_pk_ses.","qos_token":"qos_token"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoIm9wZW5zdHJlZXRtYXAiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"twitter":{"cookieNameList":{"__widgetsettings":"__widgetsettings","local_storage_support_test":"local_storage_support_test"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInR3aXR0ZXIiKTsgfTwvc2NyaXB0Pg==","optOutJS":""},"vimeo":{"cookieNameList":{"vuid":"vuid"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInZpbWVvIik7IH08L3NjcmlwdD4=","optOutJS":""},"youtube":{"cookieNameList":{"NID":"NID"},"settings":{"blockCookiesBeforeConsent":"0","prioritize":"0"},"optInJS":"PHNjcmlwdD5pZih0eXBlb2Ygd2luZG93LkJvcmxhYnNDb29raWUgPT09ICJvYmplY3QiKSB7IHdpbmRvdy5Cb3JsYWJzQ29va2llLnVuYmxvY2tDb250ZW50SWQoInlvdXR1YmUiKTsgfTwvc2NyaXB0Pg==","optOutJS":""}}}; </script> <script type="rocketlazyloadscript" src="https://barc.com/wp-content/plugins/borlabs-cookie/assets/javascript/borlabs-cookie.min.js?ver=2.3" id="borlabs-cookie-js" defer></script> <script type="rocketlazyloadscript" id="borlabs-cookie-js-after"> document.addEventListener("DOMContentLoaded", function (e) { var borlabsCookieContentBlocker = {"facebook": {"id": "facebook","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { if(typeof FB === "object") { FB.XFBML.parse(el.parentElement); } },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"default": {"id": "default","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"googlemaps": {"id": "googlemaps","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"instagram": {"id": "instagram","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { if (typeof instgrm === "object") { instgrm.Embeds.process(); } },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"openstreetmap": {"id": "openstreetmap","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"twitter": {"id": "twitter","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false}},"vimeo": {"id": "vimeo","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false,"saveThumbnails":false,"autoplay":false,"videoWrapper":false}},"youtube": {"id": "youtube","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"executeGlobalCodeBeforeUnblocking":false,"changeURLToNoCookie":true,"saveThumbnails":false,"autoplay":false,"thumbnailQuality":"maxresdefault","videoWrapper":false}},"calendly": {"id": "calendly","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"unblockAll":"1","executeGlobalCodeBeforeUnblocking":"0"}},"proven_expert": {"id": "proven_expert","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"unblockAll":"0","executeGlobalCodeBeforeUnblocking":"0"}},"spotify": {"id": "spotify","global": function (contentBlockerData) { },"init": function (el, contentBlockerData) { },"settings": {"unblockAll":"0","executeGlobalCodeBeforeUnblocking":"0"}}}; var BorlabsCookieInitCheck = function () { if (typeof window.BorlabsCookie === "object" && typeof window.jQuery === "function") { if (typeof borlabsCookiePrioritized !== "object") { borlabsCookiePrioritized = { optInJS: {} }; } window.BorlabsCookie.init(borlabsCookieConfig, borlabsCookieCookies, borlabsCookieContentBlocker, borlabsCookiePrioritized.optInJS); } else { window.setTimeout(BorlabsCookieInitCheck, 50); } }; BorlabsCookieInitCheck();}); </script> <script src="https://barc.com/wp-content/plugins/elementor-pro/assets/js/webpack-pro.runtime.min.js?ver=3.26.3" id="elementor-pro-webpack-runtime-js"></script> <script src="https://barc.com/wp-content/plugins/elementor/assets/js/webpack.runtime.min.js?ver=3.27.0" id="elementor-webpack-runtime-js"></script> <script src="https://barc.com/wp-content/plugins/elementor/assets/js/frontend-modules.min.js?ver=3.27.0" id="elementor-frontend-modules-js"></script> <script src="https://barc.com/wp-includes/js/dist/hooks.min.js?ver=4d63a3d491d11ffd8ac6" id="wp-hooks-js"></script> <script src="https://barc.com/wp-includes/js/dist/i18n.min.js?ver=5e580eb46a90c2b997e6" id="wp-i18n-js"></script> <script type="rocketlazyloadscript" id="wp-i18n-js-after"> wp.i18n.setLocaleData( { 'text direction\u0004ltr': [ 'ltr' ] } ); </script> <script id="elementor-pro-frontend-js-before"> var ElementorProFrontendConfig = {"ajaxurl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","nonce":"9603a430ee","urls":{"assets":"https:\/\/barc.com\/wp-content\/plugins\/elementor-pro\/assets\/","rest":"https:\/\/barc.com\/wp-json\/"},"settings":{"lazy_load_background_images":true},"popup":{"hasPopUps":true},"shareButtonsNetworks":{"facebook":{"title":"Facebook","has_counter":true},"twitter":{"title":"Twitter"},"linkedin":{"title":"LinkedIn","has_counter":true},"pinterest":{"title":"Pinterest","has_counter":true},"reddit":{"title":"Reddit","has_counter":true},"vk":{"title":"VK","has_counter":true},"odnoklassniki":{"title":"OK","has_counter":true},"tumblr":{"title":"Tumblr"},"digg":{"title":"Digg"},"skype":{"title":"Skype"},"stumbleupon":{"title":"StumbleUpon","has_counter":true},"mix":{"title":"Mix"},"telegram":{"title":"Telegram"},"pocket":{"title":"Pocket","has_counter":true},"xing":{"title":"XING","has_counter":true},"whatsapp":{"title":"WhatsApp"},"email":{"title":"Email"},"print":{"title":"Print"},"x-twitter":{"title":"X"},"threads":{"title":"Threads"}},"woocommerce":{"menu_cart":{"cart_page_url":"https:\/\/barc.com\/cart\/","checkout_page_url":"https:\/\/barc.com\/checkout\/","fragments_nonce":"6a9e032f8c"}},"facebook_sdk":{"lang":"en_US","app_id":""},"lottie":{"defaultAnimationUrl":"https:\/\/barc.com\/wp-content\/plugins\/elementor-pro\/modules\/lottie\/assets\/animations\/default.json"}}; </script> <script src="https://barc.com/wp-content/plugins/elementor-pro/assets/js/frontend.min.js?ver=3.26.3" id="elementor-pro-frontend-js"></script> <script id="elementor-frontend-js-before"> var elementorFrontendConfig = {"environmentMode":{"edit":false,"wpPreview":false,"isScriptDebug":false},"i18n":{"shareOnFacebook":"Share on Facebook","shareOnTwitter":"Share on Twitter","pinIt":"Pin it","download":"Download","downloadImage":"Download image","fullscreen":"Fullscreen","zoom":"Zoom","share":"Share","playVideo":"Play Video","previous":"Previous","next":"Next","close":"Close","a11yCarouselPrevSlideMessage":"Previous slide","a11yCarouselNextSlideMessage":"Next slide","a11yCarouselFirstSlideMessage":"This is the first slide","a11yCarouselLastSlideMessage":"This is the last slide","a11yCarouselPaginationBulletMessage":"Go to slide"},"is_rtl":false,"breakpoints":{"xs":0,"sm":480,"md":768,"lg":1025,"xl":1440,"xxl":1600},"responsive":{"breakpoints":{"mobile":{"label":"Mobile Portrait","value":767,"default_value":767,"direction":"max","is_enabled":true},"mobile_extra":{"label":"Mobile Landscape","value":880,"default_value":880,"direction":"max","is_enabled":false},"tablet":{"label":"Tablet Portrait","value":1024,"default_value":1024,"direction":"max","is_enabled":true},"tablet_extra":{"label":"Tablet Landscape","value":1200,"default_value":1200,"direction":"max","is_enabled":false},"laptop":{"label":"Laptop","value":1366,"default_value":1366,"direction":"max","is_enabled":false},"widescreen":{"label":"Widescreen","value":2400,"default_value":2400,"direction":"min","is_enabled":false}},"hasCustomBreakpoints":false},"version":"3.27.0","is_static":false,"experimentalFeatures":{"additional_custom_breakpoints":true,"e_swiper_latest":true,"e_onboarding":true,"theme_builder_v2":true,"home_screen":true,"landing-pages":true,"editor_v2":true,"link-in-bio":true,"floating-buttons":true},"urls":{"assets":"https:\/\/barc.com\/wp-content\/plugins\/elementor\/assets\/","ajaxurl":"https:\/\/barc.com\/wp-admin\/admin-ajax.php","uploadUrl":"https:\/\/barc.com\/wp-content\/uploads"},"nonces":{"floatingButtonsClickTracking":"c1e0eafd2c"},"swiperClass":"swiper","settings":{"editorPreferences":[],"dynamicooo":[]},"kit":{"body_background_background":"classic","active_breakpoints":["viewport_mobile","viewport_tablet"],"global_image_lightbox":"yes","lightbox_enable_counter":"yes","lightbox_enable_fullscreen":"yes","lightbox_enable_zoom":"yes","lightbox_enable_share":"yes","lightbox_title_src":"title","lightbox_description_src":"description","woocommerce_notices_elements":[]},"post":{"id":0,"title":"Business Intelligence &amp; Analytics Archives | BARC - Data Decisions. Built on BARC.","excerpt":"<p>Business Intelligence Analytics tools are essential for organizations looking to leverage data for strategic advantage. These tools facilitate deep analysis and provide insights that drive better business decisions. At BARC, our extensive surveys and expert reviews pinpoint the tools that offer analytics capabilities, including advanced analytics, predictive analytics and data visualization. Discover how BI &amp; analytics tools can align with your strategic goals and enhance your decision-making processes. For a deeper understanding of business intelligence analytics, consider exploring our <a href=\"https:\/\/barc.com\/what-is-business-intelligence-analytics\/\">Business Intelligence &amp; Analytics<\/a> guide . Enhance your knowledge with <a href=\"https:\/\/barc.com\/product\/plus\/\">BARC+<\/a> for full access to expert insights and detailed tool comparisons.<\/p>\n"}}; </script> <script src="https://barc.com/wp-content/plugins/elementor/assets/js/frontend.min.js?ver=3.27.0" id="elementor-frontend-js"></script> <script type="rocketlazyloadscript" id="elementor-frontend-js-after"> "use strict";jQuery(window).on("elementor/frontend/init",(function(){var e,n=elementorModules.frontend.handlers.Base;e=n.extend({onInit:function(){n.prototype.onInit.apply(this,arguments),this.isPoopArt()&&this.$element.addClass("ob-has-background-overlay")},isPoopArt:function(){return"yes"===this.getElementSettings("_ob_poopart_use")},onElementChange:function(e){"_ob_poopart_use"===e&&("yes"===this.getElementSettings("_ob_poopart_use")?this.$element.addClass("ob-has-background-overlay"):this.$element.removeClass("ob-has-background-overlay"))}}),elementorFrontend.hooks.addAction("frontend/element_ready/widget",(function(n){elementorFrontend.elementsHandler.addHandler(e,{$element:n})}))})); "use strict";jQuery(window).on("elementor/frontend/init",(function(){var t,e=elementorModules.frontend.handlers.Base;t=e.extend({onInit:function(){e.prototype.onInit.apply(this,arguments),this.isButterButton()&&this.$element.addClass("ob-is-butterbutton")},isButterButton:function(){return"yes"===this.getElementSettings("_ob_butterbutton_use_it")},onElementChange:function(t){"_ob_butterbutton_use_it"===t&&("yes"===this.getElementSettings("_ob_butterbutton_use_it")?this.$element.addClass("ob-is-butterbutton"):this.$element.removeClass("ob-is-butterbutton"))}}),elementorFrontend.hooks.addAction("frontend/element_ready/button.default",(function(e){elementorFrontend.elementsHandler.addHandler(t,{$element:e})}))})); </script> <script src="https://barc.com/wp-content/plugins/elementor-pro/assets/js/elements-handlers.min.js?ver=3.26.3" id="pro-elements-handlers-js"></script> <script type="rocketlazyloadscript"> /(trident|msie)/i.test(navigator.userAgent)&&document.getElementById&&window.addEventListener&&window.addEventListener("hashchange",function(){var t,e=location.hash.substring(1);/^[A-z0-9_-]+$/.test(e)&&(t=document.getElementById(e))&&(/^(?:a|select|input|button|textarea)$/i.test(t.tagName)||(t.tabIndex=-1),t.focus())},!1); </script> <style id="dce-template-fix-b4933cd-inline">.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image: url("https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image: url("https://barc.com/wp-content/uploads/2023/03/Beitragsbild-Website-DATA-festival.png");}.dce-fix-background-loop .dce-elementor-rendering-id-0 .elementor-element.elementor-element-b4933cd > .elementor-background-overlay{background-image: url("https://barc.com/wp-content/uploads/2022/07/beitragsbild-kalender-outline.svg");}</style><script>window.lazyLoadOptions=[{elements_selector:"img[data-lazy-src],.rocket-lazyload,iframe[data-lazy-src]",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,callback_loaded:function(element){if(element.tagName==="IFRAME"&&element.dataset.rocketLazyload=="fitvidscompatible"){if(element.classList.contains("lazyloaded")){if(typeof window.jQuery!="undefined"){if(jQuery.fn.fitVids){jQuery(element).parent().fitVids()}}}}}},{elements_selector:".rocket-lazyload",data_src:"lazy-src",data_srcset:"lazy-srcset",data_sizes:"lazy-sizes",class_loading:"lazyloading",class_loaded:"lazyloaded",threshold:300,}];window.addEventListener('LazyLoad::Initialized',function(e){var lazyLoadInstance=e.detail.instance;if(window.MutationObserver){var observer=new MutationObserver(function(mutations){var image_count=0;var iframe_count=0;var rocketlazy_count=0;mutations.forEach(function(mutation){for(var i=0;i<mutation.addedNodes.length;i++){if(typeof mutation.addedNodes[i].getElementsByTagName!=='function'){continue} if(typeof mutation.addedNodes[i].getElementsByClassName!=='function'){continue} images=mutation.addedNodes[i].getElementsByTagName('img');is_image=mutation.addedNodes[i].tagName=="IMG";iframes=mutation.addedNodes[i].getElementsByTagName('iframe');is_iframe=mutation.addedNodes[i].tagName=="IFRAME";rocket_lazy=mutation.addedNodes[i].getElementsByClassName('rocket-lazyload');image_count+=images.length;iframe_count+=iframes.length;rocketlazy_count+=rocket_lazy.length;if(is_image){image_count+=1} if(is_iframe){iframe_count+=1}}});if(image_count>0||iframe_count>0||rocketlazy_count>0){lazyLoadInstance.update()}});var b=document.getElementsByTagName("body")[0];var config={childList:!0,subtree:!0};observer.observe(b,config)}},!1)</script><script data-no-minify="1" async src="https://barc.com/wp-content/plugins/wp-rocket/assets/js/lazyload/17.5/lazyload.min.js"></script><script>function lazyLoadThumb(e){var t='<img loading="lazy" data-lazy-src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"><noscript><img loading="lazy" src="https://i.ytimg.com/vi/ID/hqdefault.jpg" alt="" width="480" height="360"></noscript>',a='<button class="play" aria-label="play Youtube video"></button>';return t.replace("ID",e)+a}function lazyLoadYoutubeIframe(){var e=document.createElement("iframe"),t="ID?autoplay=1";t+=0===this.parentNode.dataset.query.length?'':'&'+this.parentNode.dataset.query;e.setAttribute("src",t.replace("ID",this.parentNode.dataset.src)),e.setAttribute("frameborder","0"),e.setAttribute("allowfullscreen","1"),e.setAttribute("allow", "accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture"),this.parentNode.parentNode.replaceChild(e,this.parentNode)}document.addEventListener("DOMContentLoaded",function(){var e,t,p,a=document.getElementsByClassName("rll-youtube-player");for(t=0;t<a.length;t++)e=document.createElement("div"),e.setAttribute("data-id",a[t].dataset.id),e.setAttribute("data-query", a[t].dataset.query),e.setAttribute("data-src", a[t].dataset.src),e.innerHTML=lazyLoadThumb(a[t].dataset.id),a[t].appendChild(e),p=e.querySelector('.play'),p.onclick=lazyLoadYoutubeIframe});</script> <script>class RocketElementorAnimation{constructor(){this.deviceMode=document.createElement("span"),this.deviceMode.id="elementor-device-mode",this.deviceMode.setAttribute("class","elementor-screen-only"),document.body.appendChild(this.deviceMode)}_detectAnimations(){let t=getComputedStyle(this.deviceMode,":after").content.replace(/"/g,"");this.animationSettingKeys=this._listAnimationSettingsKeys(t),document.querySelectorAll(".elementor-invisible[data-settings]").forEach(t=>{const e=t.getBoundingClientRect();if(e.bottom>=0&&e.top<=window.innerHeight)try{this._animateElement(t)}catch(t){}})}_animateElement(t){const e=JSON.parse(t.dataset.settings),i=e._animation_delay||e.animation_delay||0,n=e[this.animationSettingKeys.find(t=>e[t])];if("none"===n)return void t.classList.remove("elementor-invisible");t.classList.remove(n),this.currentAnimation&&t.classList.remove(this.currentAnimation),this.currentAnimation=n;let s=setTimeout(()=>{t.classList.remove("elementor-invisible"),t.classList.add("animated",n),this._removeAnimationSettings(t,e)},i);window.addEventListener("rocket-startLoading",function(){clearTimeout(s)})}_listAnimationSettingsKeys(t="mobile"){const e=[""];switch(t){case"mobile":e.unshift("_mobile");case"tablet":e.unshift("_tablet");case"desktop":e.unshift("_desktop")}const i=[];return["animation","_animation"].forEach(t=>{e.forEach(e=>{i.push(t+e)})}),i}_removeAnimationSettings(t,e){this._listAnimationSettingsKeys().forEach(t=>delete e[t]),t.dataset.settings=JSON.stringify(e)}static run(){const t=new RocketElementorAnimation;requestAnimationFrame(t._detectAnimations.bind(t))}}document.addEventListener("DOMContentLoaded",RocketElementorAnimation.run);</script></body> </html> <!-- This website is like a Rocket, isn't it? Performance optimized by WP Rocket. Learn more: https://wp-rocket.me -->

Pages: 1 2 3 4 5 6 7 8 9 10