First post here. I would like to clarify whether the following behavior is known or if it is a bugs.
Issue 1 β First row not displayed when using Maximum array index with 1-based arrays
Description:
When displaying data from an array that is indexed starting from 1 (e.g., ARRAY[1..N]), and the number of displayed rows is limited using the Maximum array index property, the first row of the array is not shown in the visualization.
Steps to reproduce:
Create an array indexed from 1 (e.g., ARRAY[1..N]).
Bind the array to a Table element.
Limit the number of displayed rows using the Maximum array index property.
Run the visualization.
Actual result:
The first array element (index 1) is not displayed in the table.
Issue 2 β Tooltip string placeholder cannot be bound to string variable from array
Description:
It is not possible to use a string placeholder in the tooltip that is bound to a string variable from the array.
Steps to reproduce:
Use a table bound to an array containing string variables.
Configure a tooltip using a string placeholder referencing a string field from the array.
Run the visualization.
Actual result:
Tooltip doesn't show any text.
A test project demonstrating both issues is attached.
Hello,
First post here. I would like to clarify whether the following behavior is known or if it is a bugs.
Issue 1 β First row not displayed when using Maximum array index with 1-based arrays
Description:
When displaying data from an array that is indexed starting from 1 (e.g., ARRAY[1..N]), and the number of displayed rows is limited using the Maximum array index property, the first row of the array is not shown in the visualization.
Steps to reproduce:
Create an array indexed from 1 (e.g., ARRAY[1..N]).
Bind the array to a Table element.
Limit the number of displayed rows using the Maximum array index property.
Run the visualization.
Actual result:
The first array element (index 1) is not displayed in the table.
Issue 2 β Tooltip string placeholder cannot be bound to string variable from array
Description:
It is not possible to use a string placeholder in the tooltip that is bound to a string variable from the array.
Steps to reproduce:
Use a table bound to an array containing string variables.
Configure a tooltip using a string placeholder referencing a string field from the array.
Run the visualization.
Actual result:
Tooltip doesn't show any text.
A test project demonstrating both issues is attached.
Thank you for your time and support.