Skip to content

Commit

Permalink
Update for Public Rates with Correction of Labels
Browse files Browse the repository at this point in the history
  • Loading branch information
jonesgaohsu committed May 28, 2024
1 parent 83833c3 commit 9ba9af5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Assoicated xml os NIHIndustryRates.query.xml
*/
PARAMETERS (MARGIN FLOAT DEFAULT .25, FARATE FLOAT DEFAULT 1)
Select
'Industrial Rate' as SheetSelected,
'Industrial Rate' as RateSheetSelected,
Margin as MarginSelected,
FARate as FARateSelected,
n.category,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<column columnName="category" />
<column columnName="name" />
<column columnName="unitCost">
<column columnName="CurrentYear">
<columnTitle>Yr 65: Current Year</columnTitle>
<formatString>$#,##0.00</formatString>
</column>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ select
category,
name,
UnitCost,
(UnitCost *(1.475 / (1 ))) as CurrentYear,
year1,
year2,
year3,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</column>
<column name="category"/>
<column name="Name"/>
<column name = "unitCost">
<column name = "CurrentYear">
<properties>
<property name="columnTitle" value="Yr 65: Current Year"/>
</properties>
Expand Down

0 comments on commit 9ba9af5

Please sign in to comment.