Skip to content

Commit

Permalink
GITBOOK-605: Lookup visual
Browse files Browse the repository at this point in the history
  • Loading branch information
deepthy-dileep authored and gitbook-bot committed Dec 19, 2024
1 parent 17c8bf9 commit 3a4b4b2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 0 deletions.
Binary file added .gitbook/assets/image (1078).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 (1079).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 (1080).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 (1081).png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions formula-syntax/miscellaneous-functions/lookup.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,3 +43,20 @@ In the target visual, we can pull the rebate rate without specifying the rows an

<figure><img src="../../.gitbook/assets/image (1077).png" alt=""><figcaption><p>LOOKUP function when the row and column dimensions match in the bridge and target visual</p></figcaption></figure>

You can use the ROW/COLUMN identifiers when the row and column dimensions in the bridge and identical to the target visual.

<figure><img src="../../.gitbook/assets/image (1078).png" alt=""><figcaption><p>Using the ROW and COLUMN identifiers</p></figcaption></figure>

**Example 2:** Fetch values when the row and column dimensions in the bridge and the target visual are not identical.

The bridge contains a flat discount rate for product categories.

<figure><img src="../../.gitbook/assets/image (1079).png" alt=""><figcaption><p>Bridge to lookup measure values</p></figcaption></figure>

In the target visual, we can pull the discount rate although the the bridge does not contain column dimensions and the row dimension hierarchy is different.

<figure><img src="../../.gitbook/assets/image (1080).png" alt=""><figcaption><p>Lookup when dimensions do not match</p></figcaption></figure>

You can also fetch values from a bridge and map them to a visual column.

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

0 comments on commit 3a4b4b2

Please sign in to comment.