Hello,
Navision have a limit of 255 characters as critters.
Is it possible to bypass this when making a report with an option=client#1,client#2… more than 255 characters! (cause over 30 clients at 5 numbers and |)
The only way I found is splitting the options into 2 or 3. (like option1=10 clients, option2=10 clients)
But I would prefer make this into 1 line, my NL="Row.. code get 1 option cell (unless there is a possibility to make my nl=row get the 3 option cell into the same formula, instead of make 3 nl=row…
Thanks
Date
Votes
1 comment
-
Jet Reports Historic Posts Hi,
If you have split your filter into several cells like this:C3: 1|2|3|4|5 C4: 6|7|8|9|10 C5: 11|12|13|14|15
Then you could create an array filter in your NL function to filter on those values like this:=NL("Rows","Table",,"Field",C3:C5)
Does this work for you?
Regards,
Hughes
Please sign in to leave a comment.