Skip to content

Commit

Permalink
GITBOOK-523: Row gripper options
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthy-dileep authored and gitbook-bot committed Jul 31, 2024
1 parent 10e0f96 commit 08ba02d
Show file tree
Hide file tree
Showing 8 changed files with 181 additions and 175 deletions.
Binary file added .gitbook/assets/image (881).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/image (882).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@
* [Pin rows & columns](working-with-inforiver/3.-basic-interactions/pin-rows-and-columns.md)
* [Blend measures](working-with-inforiver/3.-basic-interactions/blend-measures.md)
* [Dynamic measure headers](working-with-inforiver/3.-basic-interactions/dynamic-measure-headers.md)
* [Context menus](working-with-inforiver/3.-basic-interactions/context-menus/README.md)
* [Column gripper](working-with-inforiver/3.-basic-interactions/context-menus/column-gripper.md)
* [Row gripper](working-with-inforiver/3.-basic-interactions/context-menus/row-gripper.md)
* [Actions](working-with-inforiver/3.-basic-interactions/actions/README.md)
* [Rails](working-with-inforiver/3.-basic-interactions/actions/rails.md)
* [Toolbar options](working-with-inforiver/3.-basic-interactions/actions/toolbar-options.md)
* [Keyboard shortcuts](working-with-inforiver/3.-basic-interactions/actions/keyboard-shortcuts.md)
* [Reset](working-with-inforiver/3.-basic-interactions/actions/reset.md)
* [Context menus](working-with-inforiver/3.-basic-interactions/actions/context-menus/README.md)
* [Column gripper](working-with-inforiver/3.-basic-interactions/actions/context-menus/column-gripper.md)
* [Row gripper](working-with-inforiver/3.-basic-interactions/actions/context-menus/row-gripper.md)
* [4. Adding business logic and formulae](working-with-inforiver/4.-adding-business-logic-and-formulae/README.md)
* [Insert calculated rows](working-with-inforiver/4.-adding-business-logic-and-formulae/insert-calculated-rows/README.md)
* [Template rows](working-with-inforiver/4.-adding-business-logic-and-formulae/insert-calculated-rows/template-rows.md)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ In this section, we'll look at the following:

**4. Reset** - Inforiver provides various reset options such as Reset formats, Reset value, Reset notes and Reset all. To learn more, refer to [reset](reset.md).

**5. Context menus -** Inforiver offers a host of single-click options that can be accessed from the row and column grippers. To learn more refer to [context menus](context-menus/).
**5. Context menus -** Inforiver offers a host of single-click options that can be accessed from the row and column grippers. To learn more refer to [context menus](../context-menus/).

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ You can use the column gripper context menu to quickly sort or show/hide fields

You can use the _Sort_ option to sort your data in ascending/descending order or apply an absolute sort. For hierarchical datasets, sorting is applied to the child rows for each level of the hierarchy.

<figure><img src="../../../../.gitbook/assets/image (27) (4).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (27) (4).png" alt=""><figcaption></figcaption></figure>

In the example, the Jan > Profit measure has been sorted in ascending order.

<figure><img src="../../../../.gitbook/assets/image (28) (4).png" alt=""><figcaption><p>Jan>Profit sorted in ascending order</p></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (28) (4).png" alt=""><figcaption><p>Jan>Profit sorted in ascending order</p></figcaption></figure>

#### ii) Insert

Expand All @@ -20,29 +20,29 @@ The _Insert_ option can be used for the following operations:
* **New data input** - Create a new empty data input field
* **Insert formula** - Create a new field using a built-in formula

Learn more about [data input](../../../4.-adding-business-logic-and-formulae/insert-manual-input-rows.md) and [formula measures](../../../4.-adding-business-logic-and-formulae/insert-calculated-columns.md).
Learn more about [data input](../../4.-adding-business-logic-and-formulae/insert-manual-input-rows.md) and [formula measures](../../4.-adding-business-logic-and-formulae/insert-calculated-columns.md).

<figure><img src="../../../../.gitbook/assets/image (29) (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (29) (2).png" alt=""><figcaption></figcaption></figure>

#### iii) Pin column

The pin column option allows you to tag important columns right at the beginning of your report - saving you the effort required to scroll back and forth.

<figure><img src="../../../../.gitbook/assets/image (31) (3).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (31) (3).png" alt=""><figcaption></figcaption></figure>

In the example, the Dec>Profits and Apr>Sales have been pinned to the beginning of the report.

<figure><img src="../../../../.gitbook/assets/image (32) (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (32) (2).png" alt=""><figcaption></figcaption></figure>

You can also choose to unpin a particular field or unpin all fields.

<figure><img src="../../../../.gitbook/assets/image (33) (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (33) (2).png" alt=""><figcaption></figcaption></figure>

#### iv) Stick Measure to Last

In some cases, using field measures can cause an automatic re-ordering of columns in the report. You may want a particular field, for instance, a field with an embedded chart, to always retain its position at the end of the report. You can use the _Stick Measures to Last_ option to assign one designated measure to the last position. The last position will be retained even if new fields are added to the visual.

<figure><img src="../../../../.gitbook/assets/image (41) (2).png" alt=""><figcaption><p>Stick measures to last</p></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (41) (2).png" alt=""><figcaption><p>Stick measures to last</p></figcaption></figure>

#### v) Hide Column

Expand All @@ -52,28 +52,28 @@ You can use the _Hide Column_ option to mask a particular column in your report.
You can use the _Show All Columns_ option to display hidden columns again.
{% endhint %}

<figure><img src="../../../../.gitbook/assets/Hidecolumn.gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/Hidecolumn.gif" alt=""><figcaption></figcaption></figure>

#### vii) Aggregation

Using this option, you can directly set the aggregation method used to calculate the totals and subtotals for a particular column. Learn more about [managing aggregation](../../../manage-aggregations/).
Using this option, you can directly set the aggregation method used to calculate the totals and subtotals for a particular column. Learn more about [managing aggregation](../../manage-aggregations/).

<figure><img src="../../../../.gitbook/assets/image (46) (3).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (46) (3).png" alt=""><figcaption></figcaption></figure>

#### viii) Select Measure

You may need to perform operations such as applying uniform formatting for a measure. Rather than selecting each measure and applying formatting, you can use this option to select a particular measure across the entire report and apply formatting in a single shot. In the animation below, notice how the Discount measure has been selected for all months.

<figure><img src="../../../../.gitbook/assets/selectmeasure (2).gif" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/selectmeasure (2).gif" alt=""><figcaption></figcaption></figure>

#### ix) Number formatting

You can use this option to directly set a custom scaling factor for a particular measure.

<figure><img src="../../../../.gitbook/assets/image (49) (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (49) (2).png" alt=""><figcaption></figcaption></figure>

#### x) Show (-ve) Sign

Enable this option to enclose negative values in parentheses. In the report below, negative profits are displayed inside round brackets as the _Show (-ve) Sign_ option is enabled.

<figure><img src="../../../../.gitbook/assets/image (50) (2).png" alt=""><figcaption></figcaption></figure>
<figure><img src="../../../.gitbook/assets/image (50) (2).png" alt=""><figcaption></figcaption></figure>
Loading

0 comments on commit 08ba02d

Please sign in to comment.