Hi all,
So my colleague let me use their computer. I see what the problem is, just not why it is happening.
I have three columns with formulas:
dtSummary << New Column("RdsOn HT", Numeric, Formula(1000*0.01/(:Id HT)));
dtSummary << New Column("RdsOn Ratio", Numeric, Formula((:RdsOn HT)/(:RdsOn)));
dtSummary << New Column ("RP RdsOn Ratio", Numeric, Formula(100*(Col Rank(:Name("RdsOn Ratio"))/row)));
When my colleague opens the report, the column RP RdsOn Ratio is blank. When I open it on my computer, everything is fine. This is saved as a .jrp file and the data table is embedded.
My guess is that this is happening because I am using row as a variable. However, on my computer it is fine?