antonyx
Arsenal Supporter
- Local time
- Today, 06:52
- Joined
- Jan 7, 2005
- Messages
- 556
hi..
this is a small problem.. but a big annoyance..
in my report i have a field called 'com'
the value will always be
0.0 or 0.1 or 0.2
only those three..
now when i drag the field into my report.. i am unable to set the format.. (it is just blank)
i would choose percentage.. but i can do it..
where in the report code can i set the following rules
if 0.0 = NC
if 0.1 = 10%
if 0.2 = do not display
ive tried just pasting a line like this into the report code but it doesnt work either
if com.value = "0.1" then com.value = "10%"
anyone??
this is a small problem.. but a big annoyance..
in my report i have a field called 'com'
the value will always be
0.0 or 0.1 or 0.2
only those three..
now when i drag the field into my report.. i am unable to set the format.. (it is just blank)
i would choose percentage.. but i can do it..
where in the report code can i set the following rules
if 0.0 = NC
if 0.1 = 10%
if 0.2 = do not display
ive tried just pasting a line like this into the report code but it doesnt work either
if com.value = "0.1" then com.value = "10%"
anyone??