Forum Discussion

smpa01's avatar
smpa01
Community Champion
3 years ago
Solved

Debugging TOJSON

Is there a reason why dynamic Max Rows in TOJSON does not work?   Table = {TOJSON(GENERATESERIES(1, 100000,1),-1)}   opposed to fully working TOCSV Table = {TOCSV(GENERATESERIES(1, 10000...
  • jeffrey_wang's avatar
    jeffrey_wang
    3 years ago

    There was a bug when MaxRows is -1 that was fixed recently. You need to wait for the next Desktop release. Unfortunately dynamic expression for the MaxRows parameter isn't supported.