-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
79ab9a2
commit e5e0dfb
Showing
9 changed files
with
32 additions
and
2 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# CLOSEDPERIOD | ||
|
||
The CLOSEDPERIOD function is used in conjunction with \[Forecast] to refer to the closed periods in a forecast. To refer to the open periods, use the NOT operator along with the CLOSEDPERIOD function.  | ||
|
||
## Example | ||
|
||
When you need to perform an action specific to the closed or open periods, you can use the .CLOSEDPERIOD along with existing functions and identifiers. | ||
|
||
In the example below, we have added adjustment values to the open periods, and for the closed periods, we have marked them as 'closed'. This has been done using the conditional statement, [IF](../conditional-statements/). | ||
|
||
<figure><img src="../../.gitbook/assets/Forecast reference.png" alt=""><figcaption><p>.CLOSEDPERIOD</p></figcaption></figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# COLUMN.DATE | ||
|
||
COLUMN.DATE returns the date available in the measure or column header. | ||
|
||
### Example <a href="#example" id="example"></a> | ||
|
||
We want to add a date column with the date value extracted from the column header's date hierarchy. | ||
|
||
<figure><img src="../../.gitbook/assets/image (891).png" alt=""><figcaption><p>COLUMN.DATE()</p></figcaption></figure> | ||
|
||
If user enters a date in the measure/column header's 'Title', COLUMN.DATE() returns that date from the title overriding the date dimensions in the headers. | ||
|
||
<figure><img src="../../.gitbook/assets/image (892).png" alt=""><figcaption><p>COLUMN.DATE()</p></figcaption></figure> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters