LassoScript Utility
Basics Browse Detail

[Link_LastGroupParams]

Tag Link [Link_LastGroupParams] Category Link
Type Substitution Source Available Yes
Support Preferred Version 7.0
Change Unchanged Data Source Any
Output Type Array Security None
Implementation LDML Sets Lasso 8.5, Lasso 8.0, Lasso 7.0

Description

[Link_LastGroupParams] returns an array of parameters used to
generate a link to the lst group of records in the current found
set. This tag should be used within [Inline] ... [/Inline] tags that
perform a -Search or -FindAll action. The size of the group is
determined by the value specified for -MaxRecords (50 by default).
-SkipRecord is set to the value of [Found_Count] minus the value for
[MaxRecords_Value].

If the current action is not -Search or -Findall or the current
found count is 0 then this tag does not return a value. If
-SkipRecords is set to a value greater than what this tag will
provide then this tag does not return a value. The
[Link_CurrentActionParams] tag can be used to generate a link to the
current format file regardless of action. This tag cannot be used
with an inline that performs a -SQL action.

Additional parameters such as command tags or name/value pairs can
be added to the tag using the [Link_SetFormat] tag or by specifying
them within the tag itself. Parameters in [Link_SetFormat] and the
tag itself override those in the current action. Array parameters
are inserted as if all the elements of the array were placed at the
location of the array (similar to how they are interpreted in inline
tags).

Parameters can be eliminated from the generated array using -No...
parameters. These can be specified in [Link_SetFormat] or in the
tag itself. The following -No.. parameters can be used.

-NoName removes every instance of the specified command tag.
(e.g. -NoDatabase, -NoTable, -NoLogicalOperator).

-NoAction removes the action tag (e.g. -Search, -FindAll).

-NoClassic removes all command tags which are usually specified
within inline tags including -Database, -Table, -KeyField, and
-Schema.

-NoParams removes all name/value parameters from the array (including
associated -Required, -Op, -OpBegin, and -OpEnd command tags).

-No.Name removes every instance of the the specified
parameter from the array. (e.g. -No.First_Name or -No.Company).

-NoSort removes all -SortField and -SortOrder tags.

-NoTokens removes all tokens. -NoToken removes the unnamed token.
-NoToken.Name removes the specified token.

The parameters are specified in the following order. First, the
action is specified. Next, the command tags (with the exceptions
listed later) are included in alphabetical order. Each command tag
is only included once. Finally, all of the name/value parameters
and the following command tags are included in the order they were
specified (-SortField, -SortOrder, -Op, -OpBegin, -OpeEnd).

The -Username, -Password, -SQL, and -ReturnField parameters are
never output by this link tag.

Syntax

[Link_LastGroupParams]

[Link_LastGroupParams-NoAction,
  -NoClassic,
  -NoKeyValue,
  -NoLogicalOperator,
  -NoSort,
  -NoTokens]

Parameters

Optional Parameters
-No... Removes a specified command tag from the link (e.g -NoDatabase, -NoMaxRecords, etc.).
-No.Name Removes a specified name/value parameter from the link (e.g. -No.First_Name).
-NoAction Removes action command tag from the link.
-NoClassic Removes -Database,-Table,-KeyField command tags from the link.
-NoParams Removes all name/value parameters from the link.
-NoSort Removes all sort command tags from the link.
-NoTokens Removes all tokens from the link.
-Response Sets the base URL for the link.
Other Parameters All other keywords and name/value parameters are added to the link.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.