Skip to content

Commit 2d88672

Browse files
authored
Merge pull request #343 from sigmacomputing/Data-App-Reconciliation-Revision-Jan-20
Data App Revisions Jan 20
2 parents ccfdd68 + 1900cb1 commit 2d88672

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

site/sigmaguides/src/dataapps_pivot_spreading/dataapps_pivot_spreading.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,7 @@ Act as a Data Adjustment Target:
320320
- This table holds the rows that will be updated during the spread process.
321321
- Adjustments made in the pivot table are applied to this table, modifying the relevant rows based on the selected `KEY` and `LEVEL` values passed.
322322

323-
Act as am Intermediate Layer:
323+
Act as an Intermediate Layer:
324324
- It acts as a bridge between the source data (BASE_TABLE) and the final output.
325325
- Rows from the `BASE_TABLE` are merged into the `SPREAD_UPDATE` table if they don’t already exist, ensuring that all necessary data is available for spreading.
326326

@@ -384,10 +384,10 @@ This creates a new `hidden` page called `Modal 1`. The page is hidden as we only
384384

385385
Rename the page to `Adjustments` and the title from `New Modal` to `Adjustments`.
386386

387-
For the purposes of this demonstration, this modal will allow the user to adjust the selected `Coalesced Revenue` from the pivot table, choosing from three different methods. It will also display information about selections have been made.
387+
For the purposes of this demonstration, this modal will allow the user to adjust the selected `Coalesced Revenue` from the pivot table, choosing from three different methods. It will also display information about which selections have been made.
388388

389389
<aside class="positive">
390-
<strong>IMPORTANT:</strong><br> It production, it may not be desirable to show the additional details we will configure for display. We do so now for clarity only.
390+
<strong>IMPORTANT:</strong><br> Im production, it may not be desirable to show the additional details we will configure for display. We do so now for clarity only.
391391
</aside>
392392

393393
### Adding the Controls
@@ -738,7 +738,7 @@ Once Sigma evaluate the selected procedure, we are prompted to choose how requir
738738

739739
Add another action to refresh the `Revenue Planning` pivot with the new data.
740740

741-
Add another action to clear the `Selected Adjustments` and `Desire Adjustment` containers, just so we are always sure that the current values are removed prior to using the modal.
741+
Add another action to clear the `Selected Adjustments` and `Desired Adjustment` containers, just so we are always sure that the current values are removed prior to using the modal.
742742

743743
Add one more action to `Navigate in this workbook` to the `Pivot` pages, `Top of page`.
744744

site/sigmaguides/src/dataapps_reconciliation/dataapps_reconciliation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -705,7 +705,7 @@ Before we configure Sigma to run the script on demand, we should make sure it wo
705705

706706
Execute the following script in the Snowflake console:
707707
```code
708-
CALL SIGMA_QUICKSTARTS_SNAPSHOTS.STORED_PROCEDURES.SNAPSHOT_INVENTORY_ADJUSTMENTS();
708+
ALL SIGMA_QUICKSTARTS.SNAPSHOT_AND_INVENTORY_ADJUSTMENTS_METADATA.SNAPSHOT();
709709
```
710710

711711
The expected response is:
@@ -778,9 +778,9 @@ Duration: 5
778778
<strong>IMPORTANT:</strong><br> Be aware that there may be a small amount of lag time (depending on the Snowflake warehouse configuration) between when a users clicks "Save" on an input table and the data being available in Snowflake. If we run our stored procedure before the data has landed, the latest edits will not appear in the the metadata table or snapshot. For the purposes of this QuickStart, we did not include logic to check the the data has landed, but wanted to mention this potential situation so that developers can include scripting to handle it.
779779
</aside>
780780

781-
Lets perform to editing "runs" in Sigma, each time saving the edits and taking a snapshot. The expected outcome will be two additional snapshot tables.
781+
Lets perform two editing "runs" in Sigma, each time saving the edits and taking a snapshot. The expected outcome will be two additional snapshot tables.
782782

783-
### Reset the text environment
783+
### Reset the test environment
784784
While not required, it may be helpful to know how to quickly reset the data so that the test results are more easily seen. Here is how to do that:
785785

786786
**1:** Clear the one cell that was edited (to have the "1000" value). Do this directly in the Sigma UI. Just click on the cell that has the value, press the delete key and then enter. Save the input table data. It will not matter that Sigma will record this action in Snowflake, we are only concerned with rows that have values for `Ajusted_Qty`, so this edit will be ignored when we snapshot.

site/sigmaguides/src/use_cases_finance_discounted_cash_flow/use_cases_finance_discounted_cash_flow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Our cloud-based architecture offers:
3737

3838
- Enhanced Governance and Security: Sigma inherits all the governance features from your cloud data warehouse, including audit trails and version history, ensuring data accuracy and reducing risks associated with manual errors.
3939

40-
This QuickStart will provides an example of DCF, based on Sigma provided sample data, so users can build on their own.
40+
This QuickStart provides an example of DCF, based on Sigma provided sample data, so users can build on their own.
4141

4242
<aside class="positive">
4343
<strong>IMPORTANT:</strong><br> Some screens in Sigma may appear slightly different from those shown in QuickStarts. This is because Sigma is continuously adding and enhancing functionality. Rest assured, Sigma’s intuitive interface ensures that any differences will not prevent you from successfully completing any QuickStart.

0 commit comments

Comments
 (0)