I would like to share details of some technical evaluations at our end.
We found that the macro has a signature in the page body as following snippet:
<p style="margin-left: 0.0px;text-align: left;">Project Summary:</p>
<p style="margin-left: 0.0px;text-align: left;">
<ac:structured-macro ac:macro-id="bf508448-f480-4ee5-9ae6-01e64314ed44" ac:name="insight-objects-macro" ac:schema-version="1">
<ac:parameter ac:name="hideEmptyAttributes">true</ac:parameter>
<ac:parameter ac:name="objectSchemaId">1</ac:parameter>
<ac:parameter ac:name="showGraphButton">true</ac:parameter>
<ac:parameter ac:name="displayAs">vertical_table</ac:parameter>
<ac:parameter ac:name="fullWidthTable">true</ac:parameter>
<ac:parameter ac:name="iql">Code=ITAD-CWBA-FMM-REPORTS-IMP-SIM</ac:parameter>
<ac:parameter ac:name="attributesToDisplay">33, 136, 199, 58, 54, 85, 86,55,1514, 105, 107, 1515, 1516, 1517, 53, 316, 1545, 1544, 1546, 1547, 1548, 1549, 1550, 1551, 1543, 93, 94, 95, 99, 96, 97, 100, 1530, 226, 91, 333, 1552,292, 293, 291, 101, 102, 98, 1555, 308, 305, 306, 1556, 1557, 1558, 1559</ac:parameter>
<ac:parameter ac:name="externalLinking">true</ac:parameter>
<ac:parameter ac:name="beginInlineObjectWithNameAndKey">true</ac:parameter>
<ac:parameter ac:name="loadMoreLimit">25</ac:parameter>
<ac:parameter ac:name="tableColumnBorders">true</ac:parameter>
</ac:structured-macro>
</p>
-----------------------------
If you see, the list of "attributesToDisplay" has space between comma and attribute ID. If we remove this space it works correctly.
Now, this space has been there since a long time and it was read correctly by the previous version of Insight macro. Now we are blocked.
Warm Regards,
Ronak
I would like to share details of some technical evaluations at our end.
We found that the macro has a signature in the page body as following snippet:
<p style="margin-left: 0.0px;text-align: left;">Project Summary:</p>
<p style="margin-left: 0.0px;text-align: left;">
<ac:structured-macro ac:macro-id="bf508448-f480-4ee5-9ae6-01e64314ed44" ac:name="insight-objects-macro" ac:schema-version="1">
<ac:parameter ac:name="hideEmptyAttributes">true</ac:parameter>
<ac:parameter ac:name="objectSchemaId">1</ac:parameter>
<ac:parameter ac:name="showGraphButton">true</ac:parameter>
<ac:parameter ac:name="displayAs">vertical_table</ac:parameter>
<ac:parameter ac:name="fullWidthTable">true</ac:parameter>
<ac:parameter ac:name="iql">Code=ITAD-CWBA-FMM-REPORTS-IMP-SIM</ac:parameter>
<ac:parameter ac:name="attributesToDisplay">33, 136, 199, 58, 54, 85, 86,55,1514, 105, 107, 1515, 1516, 1517, 53, 316, 1545, 1544, 1546, 1547, 1548, 1549, 1550, 1551, 1543, 93, 94, 95, 99, 96, 97, 100, 1530, 226, 91, 333, 1552,292, 293, 291, 101, 102, 98, 1555, 308, 305, 306, 1556, 1557, 1558, 1559</ac:parameter>
<ac:parameter ac:name="externalLinking">true</ac:parameter>
<ac:parameter ac:name="beginInlineObjectWithNameAndKey">true</ac:parameter>
<ac:parameter ac:name="loadMoreLimit">25</ac:parameter>
<ac:parameter ac:name="tableColumnBorders">true</ac:parameter>
</ac:structured-macro>
</p>
-----------------------------
If you see, the list of "attributesToDisplay" has space between comma and attribute ID. If we remove this space it works correctly.
Now, this space has been there since a long time and it was read correctly by the previous version of Insight macro. Now we are blocked.
Warm Regards,
Ronak