November 9, 2007 at 4:28 am
can anyone tell me how to do it
example
in row 1 (class A) i toggled
name score
a 80
b 80
total 160
in row 2 (class B) i toggled
name score
a 60
b 50
total 110
because 2 person has same score in class A so i don't want it to have (+) mark (dont want to be toggled)
but line 2 can be toggled
any help appriciated
😀
November 9, 2007 at 4:29 am
sorry double post
my ISP sucks
November 11, 2007 at 3:16 am
hai
can anybody help me
November 11, 2007 at 6:31 am
I think you're gonna need to be a bit more specific in your question... I for one, have no idea what your question is actually about.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2007 at 7:21 am
which part u dont understand?
November 11, 2007 at 9:16 am
Oh, little nuances like will there ever be more than 2 names in a class? If so, do all the scores have to be the same or just 2? Etc, etc.
--Jeff Moden
Change is inevitable... Change for the better is not.
November 11, 2007 at 10:37 pm
if all score data in a class have the same point
the it will not have a toggle (+ no need to be shown)
if scores in a data have just 1 different score then it will have toggle
i dunno how to do that
November 12, 2007 at 2:12 am
The ToggleItem propoerty doesn't allow an expression so I guess it's either on or off for every row. However you could calculate for each class whether there's a range of values or just one and then use this in an expression for the Hidden property, but it's not what you really want.
Viewing 8 posts - 1 through 7 (of 7 total)
You must be logged in to reply to this topic. Login to reply