{"id":4711,"date":"2025-07-09T20:50:05","date_gmt":"2025-07-09T20:50:05","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/?p=4711"},"modified":"2025-07-16T20:38:28","modified_gmt":"2025-07-16T20:38:28","slug":"how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/","title":{"rendered":"How to Build a Profit &#038; Loss Report Using Unbalanced Hierarchies in Board 14"},"content":{"rendered":"<p><strong>How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14<\/strong><\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"aligncenter size-full wp-image-4713\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png\" alt=\"\" width=\"870\" height=\"256\" srcset=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png 870w, https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage-300x88.png 300w, https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage-768x226.png 768w\" sizes=\"auto, (max-width: 870px) 100vw, 870px\" \/><\/p>\n<p>Creating a Profit &amp; Loss (P&amp;L) report in Board 14 using unbalanced hierarchies is a powerful way to represent complex financial statements with irregular account structures. Board 14 has the flexibility to model such hierarchies using parent-child relationships within a single entity. This guide provides a step-by-step process tailored for finance teams and developers.<\/p>\n<ol>\n<li><strong> Understand the Structure of a P&amp;L Hierarchy<\/strong><\/li>\n<\/ol>\n<p>Before starting, outline your profit and loss (P&amp;L) account structure. Financial statements are naturally hierarchical, with levels that vary in depth. For example:<\/p>\n<ul>\n<li><strong>Net Profit<\/strong>\n<ul>\n<li>Gross Profit\n<ul>\n<li>Revenue\n<ul>\n<li>Product Sales<\/li>\n<li>Service Income<\/li>\n<\/ul>\n<\/li>\n<li>Cost of Goods Sold\n<ul>\n<li>Materials<\/li>\n<li>Labor<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<li>Operating Expenses\n<ul>\n<li>Salaries<\/li>\n<li>Marketing<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>This is an <strong>unbalanced hierarchy<\/strong> because different branches have different depths. Identifying parents (aggregators) and leaves (data-storing nodes) upfront will make implementation cleaner.<\/p>\n<ol start=\"2\">\n<li><strong> Create an Unbalanced Hierarchy Entity<\/strong><\/li>\n<\/ol>\n<p>In Board 14, start by creating a new entity for your chart of accounts, such as <strong>&#8220;Account&#8221;<\/strong> or <strong>&#8220;P&amp;L Account&#8221;<\/strong>. When setting up the entity:<\/p>\n<ul>\n<li>Enable the <strong>&#8220;Unbalanced Hierarchy&#8221;<\/strong> option.<\/li>\n<li>Ensure account codes are unique.<\/li>\n<li>Load all account members into the entity using a Data Reader or manual entry.<\/li>\n<\/ul>\n<ol start=\"3\">\n<li><strong> Define Parent-Child Relationships<\/strong><\/li>\n<\/ol>\n<p>With all account members loaded, define how they roll up. This can be done in two ways:<\/p>\n<ol>\n<li><strong>Data Reader Mapping<\/strong>: Use a file that includes account codes and their parent codes. When mapped in the Data Reader, assign fields as Code, Description, and Parent.<\/li>\n<li><strong>Manual Mapping<\/strong>: In the Relationships tab, create a self-referencing relationship in the Account entity. Assign each child to a parent.<\/li>\n<\/ol>\n<p>Note:<\/p>\n<ul>\n<li>Every parent must be a valid member of the entity.<\/li>\n<li>A member without a parent is treated as a root member.<\/li>\n<\/ul>\n<ol start=\"4\">\n<li><strong> Create a Cube for Financial Data<\/strong><\/li>\n<\/ol>\n<p>Next, create a cube that stores your financial amounts. This cube should include:<\/p>\n<ul>\n<li><strong>Account<\/strong> entity (the unbalanced hierarchy)<\/li>\n<li><strong>Time<\/strong> entity (Month)<\/li>\n<li>Optional:<\/li>\n<\/ul>\n<ol>\n<li><strong>Scenario<\/strong> Entity (Actual, Budget)<\/li>\n<li><strong>Department<\/strong> Entity<\/li>\n<\/ol>\n<p>Ensure the cube only stores values at <strong>leaf-level accounts<\/strong>. The board platform calculates parent totals automatically by summing the children&#8217;s totals.<\/p>\n<ol start=\"5\">\n<li><strong> Load Data to the Cube<\/strong><\/li>\n<\/ol>\n<p>Use a Data Reader to load values into the P&amp;L cube:<\/p>\n<ul>\n<li>Map the financial amount to the cube.<\/li>\n<li>Map account codes to the Account entity.<\/li>\n<li>Map the other dimensions that are used.<\/li>\n<\/ul>\n<p>Load values only to leaf accounts (no children). For correct totals, there are two alternative approaches.<\/p>\n<p><span style=\"color: #0000ff;\"><strong>Option 1:<\/strong><\/span><\/p>\n<ul>\n<li>Store <strong>revenues as positive<\/strong><\/li>\n<li>Store <strong>expenses as negative<\/strong><\/li>\n<\/ul>\n<p>This way, when the Board platform rolls up values, net profit, and other totals will be calculated correctly without formulas.<\/p>\n<p><span style=\"color: #0000ff;\"><strong>Option 2<\/strong>:<\/span><\/p>\n<p>Alternatively, you can create a <strong>RULE<\/strong> that calculates the value. For example, Gross Margin = Revenue less COGS. (Where both Revenue and COGS are loaded as positive values.)<\/p>\n<ol start=\"6\">\n<li><strong> Design the P&amp;L Report Layout<\/strong><\/li>\n<\/ol>\n<p>Now that the data model is ready, create a screen in a capsule:<\/p>\n<ul>\n<li>Add a <strong>Data View<\/strong> object.<\/li>\n<li>In the layout editor:\n<ul>\n<li>Place <strong>Account<\/strong> in Rows.<\/li>\n<li>Add the <strong>P&amp;L Values<\/strong> cube in the Data section.<\/li>\n<li>Apply the <strong>Rule<\/strong> on the P&amp;L Values cube.<\/li>\n<li>Set appropriate <strong>Selections<\/strong> (e.g., Scenario = Actual, Year = 2025).<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<p>Ensure the Account entity is the <strong>last<\/strong> entity on the row axis. Board\u2019s hierarchy aggregation works only when the hierarchy entity is the last one.<\/p>\n<p>Result: Your report shows all accounts in a hierarchical format with totals computed automatically.<\/p>\n<ol start=\"7\">\n<li><strong> Format the Layout<\/strong><\/li>\n<\/ol>\n<p>To improve readability:<\/p>\n<ul>\n<li>Indent child accounts.<\/li>\n<li>Bold parent rows.<\/li>\n<li>Apply number formatting (currency, thousands separator).<\/li>\n<li>Optionally, add variance columns by duplicating blocks with different selections (Actual vs Budget) and adding a calculated block.<\/li>\n<\/ul>\n<ol start=\"8\">\n<li><strong> User Navigation and Drill-Down<\/strong><\/li>\n<\/ol>\n<p>The Board data view can be configured to allow users to navigate the hierarchy interactively. This is useful if you want users to:<\/p>\n<ul>\n<li>Select nodes to drive filters in other Data Views (Master).<\/li>\n<li>Drill down on an unbalanced hierarchy to explore account details:<\/li>\n<\/ul>\n<ul>\n<li>Clicking on a parent account reveals its children. (e.g., see the breakdown of Operating Expenses)<\/li>\n<li>The drill path uses the parent-child structure defined earlier.<\/li>\n<li>Drill across to the department entity.<\/li>\n<\/ul>\n<ol start=\"9\">\n<li><strong> Use Split &amp; Splat for Top-Down Planning<\/strong><\/li>\n<\/ol>\n<p>The board platform allows data entry on parent nodes:<\/p>\n<ul>\n<li>If you enter a value on a parent account (e.g., Operating Expenses), Board automatically distributes that value down to its children based on current proportions.<\/li>\n<\/ul>\n<p>This enables <strong>top-down budgeting<\/strong>, where finance users can plan at summary levels.<\/p>\n<ol start=\"10\">\n<li><strong> Custom Sorting<\/strong><\/li>\n<\/ol>\n<p>If you want totals to appear at the bottom (e.g., Gross Profit after Revenue &amp; COGS):<\/p>\n<ul>\n<li>Create a <strong>sorting cube<\/strong> dimensioned by Account.<\/li>\n<li>Assign numeric sort values (e.g., 10, 20, 30, &#8230;).<\/li>\n<li>Use this cube in your layout as a hidden block and sort by it.<\/li>\n<\/ul>\n<p>This overrides the default hierarchy order.<\/p>\n<ol start=\"11\">\n<li><strong> Keep in Mind<\/strong><\/li>\n<\/ol>\n<ul>\n<li><strong>Filters don&#8217;t affect parent totals<\/strong>: Even if you hide children in the layout, the parent total reflects all underlying data.<\/li>\n<li><strong>Only leaves store data<\/strong>: Parent accounts are aggregators only.<\/li>\n<li><strong>Procedure logic<\/strong>: When using dataflows, target leaf-level data only.<\/li>\n<\/ul>\n<p>Board 14\u2019s unbalanced hierarchy feature allows you to build maintainable P&amp;L reports that mirror real-world financial structures. By modeling the account relationships once, you gain a flexible report that automatically updates as data changes. Finance users benefit from interactive navigation, clean totals, and drill-down capabilities. With proper planning, sorting, and formatting, your P&amp;L report in Board can become a core part of your performance management toolkit.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14 Creating a Profit &amp; Loss (P&amp;L) report in Board 14 using unbalanced hierarchies is a powerful way to represent complex financial statements with irregular account structures. Board 14 has the flexibility to model such hierarchies using parent-child relationships within a single&hellip;<\/p>\n","protected":false},"author":5,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[115],"tags":[113],"class_list":["post-4711","post","type-post","status-publish","format-standard","hentry","category-board","tag-tutorial"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT\" \/>\n<meta property=\"og:description\" content=\"How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14 Creating a Profit &amp; Loss (P&amp;L) report in Board 14 using unbalanced hierarchies is a powerful way to represent complex financial statements with irregular account structures. Board 14 has the flexibility to model such hierarchies using parent-child relationships within a single&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2025-07-09T20:50:05+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-07-16T20:38:28+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png\" \/>\n\t<meta property=\"og:image:width\" content=\"870\" \/>\n\t<meta property=\"og:image:height\" content=\"256\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Jennifer Field\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Jennifer Field\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"5 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/\"},\"author\":{\"name\":\"Jennifer Field\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\"},\"headline\":\"How to Build a Profit &#038; Loss Report Using Unbalanced Hierarchies in Board 14\",\"datePublished\":\"2025-07-09T20:50:05+00:00\",\"dateModified\":\"2025-07-16T20:38:28+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/\"},\"wordCount\":901,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/KBimage.png\",\"keywords\":[\"Tutorial\"],\"articleSection\":[\"Board\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/\",\"name\":\"How to Build a Profit & Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/KBimage.png\",\"datePublished\":\"2025-07-09T20:50:05+00:00\",\"dateModified\":\"2025-07-16T20:38:28+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/KBimage.png\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2025\\\/07\\\/KBimage.png\",\"width\":870,\"height\":256},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to Build a Profit &#038; Loss Report Using Unbalanced Hierarchies in Board 14\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/082a9c4156466b9cdad2632e3de62601\",\"name\":\"Jennifer Field\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g\",\"caption\":\"Jennifer Field\"},\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/quebit\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Build a Profit & Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/","og_locale":"en_US","og_type":"article","og_title":"How to Build a Profit & Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT","og_description":"How to Build a Profit &amp; Loss Report Using Unbalanced Hierarchies in Board 14 Creating a Profit &amp; Loss (P&amp;L) report in Board 14 using unbalanced hierarchies is a powerful way to represent complex financial statements with irregular account structures. Board 14 has the flexibility to model such hierarchies using parent-child relationships within a single&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/","og_site_name":"QueBIT","article_published_time":"2025-07-09T20:50:05+00:00","article_modified_time":"2025-07-16T20:38:28+00:00","og_image":[{"width":870,"height":256,"url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png","type":"image\/png"}],"author":"Jennifer Field","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Jennifer Field","Est. reading time":"5 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/"},"author":{"name":"Jennifer Field","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601"},"headline":"How to Build a Profit &#038; Loss Report Using Unbalanced Hierarchies in Board 14","datePublished":"2025-07-09T20:50:05+00:00","dateModified":"2025-07-16T20:38:28+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/"},"wordCount":901,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png","keywords":["Tutorial"],"articleSection":["Board"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/","url":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/","name":"How to Build a Profit & Loss Report Using Unbalanced Hierarchies in Board 14 - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png","datePublished":"2025-07-09T20:50:05+00:00","dateModified":"2025-07-16T20:38:28+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2025\/07\/KBimage.png","width":870,"height":256},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/how-to-build-a-profit-loss-report-using-unbalanced-hierarchies-in-board-14\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How to Build a Profit &#038; Loss Report Using Unbalanced Hierarchies in Board 14"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/082a9c4156466b9cdad2632e3de62601","name":"Jennifer Field","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/02bd32c7255ad906cd2c6352f643559cfee048a9b227b5b07b6a6f48d5b4a658?s=96&d=mm&r=g","caption":"Jennifer Field"},"url":"https:\/\/quebit.com\/askquebit\/author\/quebit\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4711","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/5"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=4711"}],"version-history":[{"count":3,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4711\/revisions"}],"predecessor-version":[{"id":4788,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/4711\/revisions\/4788"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=4711"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=4711"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=4711"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}