<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic .NET SDK ShowTitle Property in Integration, Extension &amp; APIs</title>
    <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788488#M13969</link>
    <description>&lt;P&gt;Even after working with the .NET SDK for a few years now I still sometimes don't get what's going on. In the following code I try to change the setting of a visualization that determines whether the title shall be shown or not:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;... [variable vis contains the Visualization object]...
Using vis.SuspendedLayout
    vis.Properties.ShowTitles = false
    Console.Log(vis.Properties.ShowTitles) &amp;lt;--- outputs TRUE! Why!?
End Using
Console.Log(vis.Properties.ShowTitles) &amp;lt;--- also outputs TRUE! Why!?&lt;/LI-CODE&gt;&lt;P&gt;As you can see, setting "ShowTitles" for some reason doesn't work. Immediately after setting it, outputting the same property to the console outputs TRUE (why!?) and I never see the layout of the object changing (neither in code nor in the object in the app itself).&lt;/P&gt;&lt;P&gt;Any idea what's going on?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
    <pubDate>Thu, 04 Mar 2021 18:39:57 GMT</pubDate>
    <dc:creator>berndpodhradsky</dc:creator>
    <dc:date>2021-03-04T18:39:57Z</dc:date>
    <item>
      <title>.NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788488#M13969</link>
      <description>&lt;P&gt;Even after working with the .NET SDK for a few years now I still sometimes don't get what's going on. In the following code I try to change the setting of a visualization that determines whether the title shall be shown or not:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;... [variable vis contains the Visualization object]...
Using vis.SuspendedLayout
    vis.Properties.ShowTitles = false
    Console.Log(vis.Properties.ShowTitles) &amp;lt;--- outputs TRUE! Why!?
End Using
Console.Log(vis.Properties.ShowTitles) &amp;lt;--- also outputs TRUE! Why!?&lt;/LI-CODE&gt;&lt;P&gt;As you can see, setting "ShowTitles" for some reason doesn't work. Immediately after setting it, outputting the same property to the console outputs TRUE (why!?) and I never see the layout of the object changing (neither in code nor in the object in the app itself).&lt;/P&gt;&lt;P&gt;Any idea what's going on?&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;BR /&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Thu, 04 Mar 2021 18:39:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788488#M13969</guid>
      <dc:creator>berndpodhradsky</dc:creator>
      <dc:date>2021-03-04T18:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788580#M13973</link>
      <description>&lt;P&gt;Does vis.Properties return a pointer to the properties or a clone?&amp;nbsp; You could test it out with&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;var props = vis.Properties;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;props.ShowTitles = false;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;Console.Log(props.ShowTitles);&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 06:22:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788580#M13973</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2021-03-05T06:22:20Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788617#M13978</link>
      <description>&lt;P&gt;I don't see this behavior when I try it. I'd suggest you turn on a DebugConsole like this to see what is going on:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Using new DebugConsole()
Using vis.SuspendedLayout
    vis.Properties.ShowTitles = false
    Console.Log(vis.Properties.ShowTitles) &amp;lt;--- outputs TRUE! Why!?
End Using
End Using&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 09:12:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788617#M13978</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-03-05T09:12:32Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788675#M13979</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;This code...&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Using New Qlik.Engine.Communication.DebugConsole(lWriter)
    Using lVis.SuspendedLayout
        lVis.Properties.ShowTitles = False
    End Using
End Using&lt;/LI-CODE&gt;&lt;P&gt;...produces the following output:&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;[2021-Mär-05T14:14:31.285] SEND: --- 157421 [160]
{
  "jsonrpc": "2.0",
  "id": 160,
  "method": "GetProperties",
  "handle": 59,
  "params": []
}
[2021-Mär-05T14:14:31.292] RECEIVE: --- 157421 [156]
{
  "jsonrpc": "2.0",
  "id": 156,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.306] RECEIVE: --- 157421 [157]
{
  "jsonrpc": "2.0",
  "id": 157,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.329] RECEIVE: --- 157421 [158]
{
  "jsonrpc": "2.0",
  "id": 158,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.339] RECEIVE: --- 157421 [159]
{
  "jsonrpc": "2.0",
  "id": 159,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.342] RECEIVE: --- 157421 [160]
{
  "jsonrpc": "2.0",
  "id": 160,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.351] SEND: --- 157421 [161]
{
  "jsonrpc": "2.0",
  "id": 161,
  "method": "GetProperties",
  "handle": 59,
  "params": []
}
[2021-Mär-05T14:14:31.354] RECEIVE: --- 157421 [161]
{
  "jsonrpc": "2.0",
  "id": 161,
  "result": {
    "qProp": {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  }
}
[2021-Mär-05T14:14:31.360] SEND: --- 157421 [162]
{
  "jsonrpc": "2.0",
  "id": 162,
  "method": "SetProperties",
  "handle": 59,
  "params": [
    {
      "qInfo": {
        "qId": "b8a62c1f-8b21-4160-969a-8fa502da735b",
        "qType": "linechart"
      },
      "qMetaDef": {},
      "qHyperCubeDef": {
        "qDimensions": [
          {
            "qLibraryId": "3ce675bf-3718-42ac-bfe2-86dfadb0c96d",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "nmbsm",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          },
          {
            "qLibraryId": "cf1d8ef8-4020-4f81-b487-514c354875b4",
            "qDef": {
              "qGrouping": "N",
              "qFieldDefs": [],
              "qFieldLabels": [],
              "qSortCriterias": [
                {
                  "qSortByNumeric": 1,
                  "qSortByAscii": 1,
                  "qSortByLoadOrder": 1,
                  "qExpression": {}
                }
              ],
              "qNumberPresentations": [],
              "qActiveField": 0,
              "autoSort": true,
              "cId": "WJNL",
              "othersLabel": "Sonstige"
            },
            "qOtherTotalSpec": {
              "qOtherMode": "OTHER_OFF",
              "qOtherCounted": {
                "qv": "10"
              },
              "qOtherLimit": {
                "qv": "0"
              },
              "qOtherLimitMode": "OTHER_GE_LIMIT",
              "qForceBadValueKeeping": true,
              "qApplyEvenWhenPossiblyWrongResult": true,
              "qOtherSortMode": "OTHER_SORT_DESCENDING",
              "qTotalMode": "TOTAL_OFF",
              "qReferencedExpression": {}
            },
            "qOtherLabel": {
              "qv": "Sonstige"
            },
            "qTotalLabel": {},
            "qCalcCond": {},
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            }
          }
        ],
        "qMeasures": [
          {
            "qLibraryId": "FAeJZM",
            "qDef": {
              "qTags": [],
              "qGrouping": "N",
              "qAccumulate": 0,
              "qActiveExpression": 0,
              "qExpressions": [],
              "autoSort": true,
              "cId": "gwtYQY",
              "numFormatFromTemplate": true,
              "quarantine": {
                "qNumFormat": {},
                "isCustomFormatted": false
              }
            },
            "qSortBy": {
              "qSortByNumeric": -1,
              "qSortByLoadOrder": 1,
              "qExpression": {}
            },
            "qAttributeExpressions": [],
            "qAttributeDimensions": [],
            "qCalcCond": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qTrendLines": [],
            "qMiniChartDef": {
              "qSortBy": {
                "qExpression": {}
              },
              "qOtherTotalSpec": {
                "qOtherMode": "OTHER_OFF",
                "qOtherCounted": {},
                "qOtherLimit": {},
                "qOtherLimitMode": "OTHER_GT_LIMIT",
                "qForceBadValueKeeping": true,
                "qApplyEvenWhenPossiblyWrongResult": true,
                "qOtherSortMode": "OTHER_SORT_DESCENDING",
                "qTotalMode": "TOTAL_OFF",
                "qReferencedExpression": {}
              },
              "qMaxNumberPoints": -1,
              "qAttributeExpressions": []
            }
          }
        ],
        "qInterColumnSortOrder": [
          0,
          2,
          1
        ],
        "qSuppressMissing": true,
        "qInitialDataFetch": [
          {
            "qLeft": 0,
            "qTop": 0,
            "qWidth": 17,
            "qHeight": 500
          }
        ],
        "qReductionMode": "N",
        "qMode": "K",
        "qPseudoDimPos": -1,
        "qNoOfLeftDims": -1,
        "qAlwaysFullyExpanded": true,
        "qMaxStackedCells": 5000,
        "qCalcCond": {},
        "qTitle": {},
        "qCalcCondition": {
          "qCond": {},
          "qMsg": {}
        },
        "qColumnOrder": [],
        "qExpansionState": [],
        "qLayoutExclude": {
          "qHyperCubeDef": {
            "qDimensions": [],
            "qMeasures": [],
            "qInterColumnSortOrder": [],
            "qInitialDataFetch": [],
            "qReductionMode": "N",
            "qMode": "S",
            "qPseudoDimPos": -1,
            "qNoOfLeftDims": -1,
            "qMaxStackedCells": 5000,
            "qCalcCond": {},
            "qTitle": {},
            "qCalcCondition": {
              "qCond": {},
              "qMsg": {}
            },
            "qColumnOrder": [],
            "qExpansionState": []
          }
        }
      },
      "refLine": {
        "refLines": [],
        "dimRefLines": []
      },
      "showTitles": true,
      "title": "Sales per Region",
      "subtitle": "",
      "footnote": "",
      "disableNavMenu": false,
      "showDetails": false,
      "components": [],
      "lineType": "line",
      "stackedArea": false,
      "separateStacking": true,
      "orientation": "horizontal",
      "scrollbar": "none",
      "scrollStartPos": 0,
      "nullMode": "gap",
      "dataPoint": {
        "show": true,
        "showLabels": true
      },
      "gridLine": {
        "auto": true,
        "spacing": 2
      },
      "color": {
        "auto": true,
        "mode": "primary",
        "formatting": {
          "numFormatFromTemplate": true
        },
        "useBaseColors": "off",
        "paletteColor": {
          "index": 6
        },
        "useDimColVal": true,
        "useMeasureGradient": true,
        "persistent": true,
        "expressionIsColor": true,
        "expressionLabel": "",
        "measureScheme": "sg",
        "reverseScheme": false,
        "dimensionScheme": "12",
        "autoMinMax": true,
        "measureMin": 0,
        "measureMax": 10
      },
      "legend": {
        "show": true,
        "dock": "auto",
        "showTitle": true
      },
      "dimensionAxis": {
        "continuousAuto": true,
        "show": "labels",
        "label": "auto",
        "dock": "near",
        "axisDisplayMode": "auto",
        "maxVisibleItems": 10
      },
      "preferContinuousAxis": true,
      "measureAxis": {
        "show": "labels",
        "dock": "near",
        "spacing": 0.5,
        "autoMinMax": true,
        "minMax": "min",
        "min": 0,
        "max": 10,
        "logarithmic": false
      },
      "tooltip": {
        "auto": true,
        "hideBasic": false,
        "title": "",
        "description": ""
      },
      "visualization": "linechart",
      "showMiniChartForContinuousAxis": true
    }
  ]
}
[2021-Mär-05T14:14:31.362] RECEIVE: --- 157421 [162]
{
  "jsonrpc": "2.0",
  "id": 162,
  "result": {}
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;It seems to me that in the "SendProperties" request the "showTitle" is still true.&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 13:16:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788675#M13979</guid>
      <dc:creator>berndpodhradsky</dc:creator>
      <dc:date>2021-03-05T13:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788701#M13980</link>
      <description>&lt;P&gt;There's quite a few GetProperty results there. 6 in total as far as I count. It looks to me like that object is having activity on another thread as well. My guess is that the property is overwritten in a different thread after you set the property but before the SuspendedLayout instance performs the SetProperty call. You should probably check where those other GetProperties are coming from.&lt;/P&gt;&lt;P&gt;Or you could explicitly call "GetProperty"/"SetProperty" instead thereby making the sequence stateless instead of going through the automatic syncing of the "Properties" member. Like this:&lt;/P&gt;&lt;LI-CODE lang="csharp"&gt;Dim p = o.GetProperties().As(Of VisualizationBaseProperties)
p.ShowTitles = false
o.SetProperties(p)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 14:11:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788701#M13980</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-03-05T14:11:56Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788707#M13981</link>
      <description>&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;Thanks for your answer. There is no other thread doing anything with that object. Interestingly enough, if I do what you suggest, it works. However, I'm&amp;nbsp;&lt;STRONG&gt;absolutely&amp;nbsp;&lt;/STRONG&gt;sure that there is no other thread (because it's a console app and it runs on a single thread only).&lt;/P&gt;&lt;P&gt;Bernd&lt;/P&gt;</description>
      <pubDate>Fri, 05 Mar 2021 14:17:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1788707#M13981</guid>
      <dc:creator>berndpodhradsky</dc:creator>
      <dc:date>2021-03-05T14:17:06Z</dc:date>
    </item>
    <item>
      <title>Re: .NET SDK ShowTitle Property</title>
      <link>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1789064#M13986</link>
      <description>&lt;P&gt;Odd... Well, if you feel like investigating that further, then I'd recommend you try to see where all those other GetProperties are coming from. You could even try to run it in the debugger and put a break point at the "Using vis.SuspendedLayout" line then step through the program. You might not necessarily get the same behavior if you do so.&lt;/P&gt;</description>
      <pubDate>Mon, 08 Mar 2021 07:24:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/Integration-Extension-APIs/NET-SDK-ShowTitle-Property/m-p/1789064#M13986</guid>
      <dc:creator>Øystein_Kolsrud</dc:creator>
      <dc:date>2021-03-08T07:24:06Z</dc:date>
    </item>
  </channel>
</rss>

