Hi
I've got a dataset built using thw JFX row function so that it compiles data based on a series of filters.
The number of lines that final data set takes up is entirely dependent on the filters so its making building a pivot chart slightly awkward. I could specify a table range i.e. $D5:$P2000 however this will create blanks in the filter.
Is it possible to Define a Name that is dynamic to the number of rows the query returns e.g. I defined a name based on $D2:$P3 in the design wizard however when reporting is only returns the results from row 3, I was hoping that it would grow based on the returned data.
Date
Votes
1 comment
-
Jet Reports Historic Posts Official comment Hi,
If you use the Table Builder to create an NL(Table) function rather than an NL(Rows) function then it will return the data as a named Excel table. Then you can reference the table by name when creating your pivot chart. Does that help?
Regards,
Hughes
Please sign in to leave a comment.