Hello!
I got a big query wich results on around 31 columns but I can see only 21 when I bind the named query to a perspectible table.
Is there a limited number of columns on perspective tables???
Thanks!
Hello!
I got a big query wich results on around 31 columns but I can see only 21 when I bind the named query to a perspectible table.
Is there a limited number of columns on perspective tables???
Thanks!
Have you configured props.columns
? If so, did you only configure 21 entries? (Automatically showing columns only works when there are no columns configured at all.)
Also note that behavior can be flaky if you do not place the dataset column name in props.columns.N.field
.