JSL to plot graph with last N values of a column
I am writing script to plot graph with last 10 values of a column. Below is the script I use which I learned from previous post.It works. But I notice the this wording " Where( Row() > (n - last n) ) " appear in the graph which I do not want it to show.Is there a way to remove this wording? or Is there other way to write JSL script to plot graph with last N values of a column?dt = Open( "$SAMPLE_D...
natalie_
jay_holavarri