Hi All,
I'm using EmptyValue shape data for rows in the table and would like to show "NA" if the row is not present in the table. When applying the Visio, I can see that "NA" is displaying correctly, but I still see the Shape Loading message as shown below:
Below is how I configured the shape data:
As you can see above, index "*1f" is not present in the table.
Can I know how I can fix the Shape Loading message?
Hi Jeeva,
We could tweak this behavior, using the EmptyValue syntax indicates that the parameter could not exist and thus showing the message could give false positives.
Alternatively you can prevent a shape from triggering the loading indication by using the EnableLoading=False optio (see help).
Thank Sebastiaan, I think the EnableLoading=False should be sufficient for now.