makeresults

This command is experimental

Definition

makeresults creates search results with _time table column in a temporary memory.

You can limit or expand the amount of results with several arguments.

Examples

When makeresults is used alone or with a dataset, it will create one table row with a timestamp that contains the exact time when the paragraph was run.

%dpl
| makeresults
example of a plain makeresults

Annotate

The annotate argument either shows or hides other default table columns. The argument takes only a boolean value. If default table columns are shown, their value by default is NULL.

%dpl
| makeresults annotate=true
makeresults with annotate argument

Count

You can define how many rows makeresults creates by using the count argument.

%dpl
| makeresults count=5
makeresults with count argument

Data & Format

Not yet implemented, will come at later date.