You can also use the differentiate X-Function in a single like, for example, to operation on the active sheet
differentiate iy:=(3,2) oy:=(4,5)
Will use col(3) as X col(2) as Y as input and col(4) as X and col(5) as Y as output
Older LabTalk command takes a dataset as input, and the associated X column will be accurate only if operating on the active graph, but on a worksheet it may depend on which column was used as X the last time, so it is not as reliable.
CP