{"id":3415,"date":"2023-04-12T15:33:06","date_gmt":"2023-04-12T15:33:06","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/"},"modified":"2026-01-16T15:35:49","modified_gmt":"2026-01-16T15:35:49","slug":"planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/","title":{"rendered":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries?"},"content":{"rendered":"<h2>Planning Analytics Changes to MDX Subset Evaluation in 2.0.9<\/h2>\n<p><span style=\"color: #ff0000;\"><strong>July 2020 UPDATE<\/strong>: IBM has reverted the change described in this article in release 2.0.9.2 of Planning Analytics (PA), which is now available to <a style=\"color: #ff0000;\" href=\"https:\/\/www.ibm.com\/support\/pages\/node\/6253337\">Local<\/a> and <a style=\"color: #ff0000;\" href=\"https:\/\/www.ibm.com\/support\/pages\/node\/6253335\">IBM Cloud<\/a> customers. Additional background and information about this issue, and the fix by IBM, can be found in this tech-note article: <a style=\"color: #ff0000;\" href=\"https:\/\/www.ibm.com\/support\/pages\/node\/6226890\">https:\/\/www.ibm.com\/support\/pages\/node\/6226890<\/a><\/span><\/p>\n<p><span style=\"color: #ff0000;\"><em>We recommend that customers upgrading to PA 2.0.9 install the 2.0.9.2 release or newer to ensure they are not impacted by any MDX subset element security issues that have since been fixed by IBM.<\/em><\/span><\/p>\n<p>Planning Analytics (PA) 2.0.9, released in December 2019, and PA 2.0.9.1, released in May 2020, changed how security and MDX are handled by PA. PA will now attempt to apply a user\u2019s element security to an MDX statement <strong><em>before<\/em><\/strong> fully evaluating the MDX statement. The change in sequence can potentially impact a user\u2019s interaction with PA, in some cases producing errors when attempting to access PA data from web or Excel-based applications. IBM has indicated that this change was made for security purposes that needed to be addressed but has not produced a technote yet. Customers may therefore need to review their use of MDX expressions as part of an upgrade, including those in \u201cDynamic Subsets\u201d, to ensure all users have an experience consistent with earlier PA versions. This article covers some of the specific MDX and security changes that may impact your applications.<\/p>\n<p><span style=\"color: #3366ff;\">Background<br \/>\n<\/span>For review, an MDX query is a dynamic way to query and build a list of elements that can be used as an edge to a view or a selection list for a template. As an example, an MDX query could return all the financial accounts under a rollup such as \u201cNet Operating Income\u201d inclusive of that rollup. Another MDX query based on that rollup might produce a list of all \u201cNet Operating Income\u201d leaf-level constituent accounts.<\/p>\n<p>Element security is designed to limit the elements to what the user is authorized to see based on the TM1 security groups they are in, the group element security configuration, and the elements for which they have at least \u201cread\u201d access. For example, a user can be granted access to a smaller list of expense accounts that roll up into \u201cNet Operating Income\u201d but not have the ability to see the \u201cNet Operating Income\u201d total.<\/p>\n<p><span style=\"color: #3366ff;\">Changes in PA 2.0.9\/2.0.9.1<br \/>\n<\/span>The 2.0.9\/2.0.9.1 change to MDX evaluation and element security is as follows: PA now attempts to perform the security check on the MDX query <strong><em>first<\/em><\/strong>, so that if a user has no access to an element in the MDX expression itself, then that part of the MDX statement evaluates to nothing. The impact of this change is that some dynamic subsets and reports that rely on MDX expressions that refer to specific elements may not return data for users who are limited by element security, in some cases showing an error when the report is opened.<\/p>\n<p>In previous PA versions, the MDX statement was fully evaluated even if a hidden-from-the-user element was included in the expression in order to build a list of elements that the user potentially has limited rights to see. A restricted user not allowed to even see \u201cNet Operating Income\u201d who was still able to see all accounts under say \u201cOperating Expenses\u201d from an MDX based expression would have built a list of all accounts under \u201cNet Operating Income\u201d, without regard for security, then would trim away the elements that the user is not allowed access to <em>after<\/em> MDX evaluation.<\/p>\n<p>The processing sequence change in PA 2.0.9 was made for REST API based requests, namely those originating in Planning Analytics Workspace (PAW) or Planning Analytics for Excel (PAfE). In PA 2.0.9.1, the same change in MDX evaluation was made for C API based requests, which impacts legacy tools such as Architect, Perspectives and TM1Web.<\/p>\n<p>The change does not seem to apply to <strong><em>all<\/em><\/strong> MDX element references, however. While the PAW\/PAfE subset editor has very limited MDX generation capabilities when compared to Architect\/Perspectives Server Explorer, the MDX it generates seems to be the most impacted by the security change. In our testing it appears the MDX statements that are affected are limited to those using the standard MDX set function \u201cDESCENDANTS\u201d. There may be other functions impacted, too, but the emphasis of our analysis is on the MDX statements that come from the \u201cDefault member insertion\u201d options in the latest PAW or PAfE subset editor. If the MDX contains \u201cTM1DRILLDOWNMEMBER\u201d, \u201cDRILLDOWNMEMBER\u201d, \u201cCHILDREN\u201d, \u201cTM1FILTERBYLEVEL\u201d and \u201cTM1SUBSETALL\u201d, as it might when recorded in the Architect subset editor, those do not seem to have been impacted: they still seem to operate with MDX evaluated first, security applied second. Please see \u201cDetailed MDX Expression Test Results\u201d below for more information.<\/p>\n<p><span style=\"color: #3366ff;\">Conclusions: What to do if you are Affected?<br \/>\n<\/span>The recent change is a bit unsettling because changing the order of MDX expression evaluation to apply element security <em>first<\/em> potentially makes MDX in subsets a bad choice in designing reports and templates, despite MDX being an incredibly powerful reporting and analysis feature in PA. Users who are impacted may not be able to navigate their templates or may not be able to see all the data they need to do their jobs. Changing production systems may have significant governance requirements that need to be met in order to fix MDX expressions or security profiles as part of the upgrade. In models built before the REST API was available, MDX expressions developed in Architect via the \u201cRecord expression\u201d feature may, at least for now, not be impacted by these changes to PA.<\/p>\n<p>It is important to keep this change in mind as part of any upgrade project or for any near-term maintenance projects to get prepared. If your PA application has been affected by this change in behavior the safest resolution is to convert any MDX-based expressions to static list equivalents. This is something that can be done using Turbo Integrator and scheduled as part of normal data update processes to ensure that these static subsets stay up to date and \u201cdynamic\u201d.<\/p>\n<p>If you are considering an upgrade and would like assistance in detecting and resolving problems resulting from this change in PA 2.0.9 and above please contact us at <a href=\"mailto:info@quebit.com\">info@quebit.com<\/a>.<\/p>\n<p><span style=\"color: #3366ff;\">Detailed MDX Expression Test Results<br \/>\n<\/span>Testing for this article was applied using PA 2.0.9.1\/PAW 2.0.53\/PAfE 2.0.53. A restricted PA user ID was created with no access to the \u201cNet Operating Income\u201d summary account in the \u201cplan_chart_of_accounts\u201d dimension for the \u201cPlanning Sample\u201d PA database that ships with PA. The following documents tests with specific MDX functions and properties that can refer to elements and which could be subject to the change in element security filtering.<\/p>\n<h3>Descendants Insertion (DESCENDANTS and TM1DRILLDOWNMEMBER Functions)<\/h3>\n<p>As the functionality change indicates, a basic get all descendants of \u201cNet Operating Income\u201d MDX request should fail since our restricted test user does not have access to \u201cNet Operating Income\u201d, and <strong>DESCENDANTS does not return any elements<\/strong>.<\/p>\n<p>{DISTINCT(DESCENDANTS([plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income]))}<\/p>\n<p>This MDX expression returns no members for a view that contains the dynamic subset in Architect, TM1Web, PAfE, and PAW if the user is not authorized to see \u201cNet Operating Income\u201d. This MDX was generated in PAfE by the latest subset editor using \u201cDescendants\u201d as the \u201cDefault member insertion\u201d setting. This MDX works for a user that has at least \u201cread\u201d access to \u201cNet Operating Income\u201d.<\/p>\n<p>Alternatively, using the following Architect-recorded MDX, <strong>the list of all descendants is generated when using TM1DRILLDOWNMEMBER<\/strong> even when the user has no access to \u201cNet Operating Income\u201d referenced in the MDX expression.<\/p>\n<p>{TM1DRILLDOWNMEMBER( { [plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income] }, ALL, RECURSIVE ) }<\/p>\n<p>This MDX returns all elements below \u201cNet Operating Income\u201d but not \u201cNet Operating Income\u201d itself for a view that contains the subset that can be opened in Architect, TM1Web, PAfE, and PAW by the restricted test user.<\/p>\n<h3>Children Insertion (DRILLDOWNMEMBER and CHILDREN Functions)<\/h3>\n<p>Selecting \u201cChildren\u201d in the \u201cDefault member insertion\u201d options in the PAW or PAfE subset editor produces the following MDX:<\/p>\n<p>{DRILLDOWNMEMBER({[plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income]}, \u00a0\u00a0{[plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income]}, RECURSIVE)}<\/p>\n<p><strong>This MDX expression still works<\/strong> for the restricted user even though \u201cNet Operating Income\u201d is not available to the restricted user. <strong>A more simplified version of this MDX expression MDX also works<\/strong>.<\/p>\n<p>{ [plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income].Children }<\/p>\n<p>In either case the MDX is evaluated <em>before<\/em> security is applied.<\/p>\n<h3>Leaf Node Insertion (DESCENDANTS, TM1FILTERBYLEVEL, TM1SUBSETALL Functions)<\/h3>\n<p>Selecting \u201cLeaf nodes\u201d in the \u201cDefault member insertion\u201d options produces the following MDX:<\/p>\n<p>{DISTINCT({[plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income], DESCENDANTS([plan_chart_of_accounts].[plan_chart_of_accounts].[Net Operating Income], 99 , LEAVES)})}<\/p>\n<p><strong>The above MDX expression follows the new rule and returns nothing<\/strong> for the restricted user since they are not allowed to see \u201cNet Operating Income\u201d. But a couple of quick edits using MDX produced by Architect produces the following:<\/p>\n<p>{TM1FILTERBYLEVEL( {TM1SUBSETALL( [plan_chart_of_accounts] )}, 0)}<\/p>\n<p><strong>This MDX expression still works<\/strong> for the restricted user and shows all leaf nodes under \u201cNet Operating Income\u201d, but exclusive thereof.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Planning Analytics Changes to MDX Subset Evaluation in 2.0.9 July 2020 UPDATE: IBM has reverted the change described in this article in release 2.0.9.2 of Planning Analytics (PA), which is now available to Local and IBM Cloud customers. Additional background and information about this issue, and the fix by IBM, can be found in this&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[36,64,41],"class_list":["post-3415","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-planning-analytics","tag-planning-analytics-troubleshooting","tag-troubleshooting"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - 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\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Planning Analytics Changes to MDX Subset Evaluation in 2.0.9 July 2020 UPDATE: IBM has reverted the change described in this article in release 2.0.9.2 of Planning Analytics (PA), which is now available to Local and IBM Cloud customers. Additional background and information about this issue, and the fix by IBM, can be found in this&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:33:06+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-16T15:35:49+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"7 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries?\",\"datePublished\":\"2023-04-12T15:33:06+00:00\",\"dateModified\":\"2026-01-16T15:35:49+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/\"},\"wordCount\":1566,\"commentCount\":0,\"keywords\":[\"Planning Analytics\",\"Planning Analytics Troubleshooting\",\"Troubleshooting\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/\",\"name\":\"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"datePublished\":\"2023-04-12T15:33:06+00:00\",\"dateModified\":\"2026-01-16T15:35:49+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries?\"}]},{\"@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\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - 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\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/","og_locale":"en_US","og_type":"article","og_title":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - QueBIT","og_description":"Planning Analytics Changes to MDX Subset Evaluation in 2.0.9 July 2020 UPDATE: IBM has reverted the change described in this article in release 2.0.9.2 of Planning Analytics (PA), which is now available to Local and IBM Cloud customers. Additional background and information about this issue, and the fix by IBM, can be found in this&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:33:06+00:00","article_modified_time":"2026-01-16T15:35:49+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"7 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries?","datePublished":"2023-04-12T15:33:06+00:00","dateModified":"2026-01-16T15:35:49+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/"},"wordCount":1566,"commentCount":0,"keywords":["Planning Analytics","Planning Analytics Troubleshooting","Troubleshooting"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/","url":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/","name":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries? - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"datePublished":"2023-04-12T15:33:06+00:00","dateModified":"2026-01-16T15:35:49+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/planning-analytics-changes-to-mdx-subset-evaluation-in-2-0-9\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"What Changed in MDX Subset Evaluation in IBM Planning Analytics 2.0.9 and How Does It Affect My Queries?"}]},{"@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\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3415","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\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3415"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3415\/revisions"}],"predecessor-version":[{"id":4960,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3415\/revisions\/4960"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3415"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3415"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3415"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}