ckroon
Posts: 869
|
| Posted: 02/10/2010, 10:25 PM |
|
Hi all
I have the following on a grid:
Label A = Total Points
Label B = Total Possible
Label C = Label A->GetValue() / Label C->Getvalue()
Now I am trying to set text for a Label D
Label D (defaults to "NO") needs to look at Label C and set to "Yes" if it is >= .95
Everything is great except I can't get Label D to to switch.
Label D is set to Float with a format of %
What am I doing wrong?
Thanks!
_________________
Walter Kempees...you are dearly missed. |
 |
 |
ckroon
Posts: 869
|
| Posted: 02/12/2010, 9:27 AM |
|
Got it.. I was trying to calculate the Yes No switch in another vent. It needed to be done on the same event (before Show Row) and right after I calculated the percents.
_________________
Walter Kempees...you are dearly missed. |
 |
 |
|