[ask]want to show certain row when toggled

  • 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

    😀

  • sorry double post

    my ISP sucks

  • hai

    can anybody help me

  • 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


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • which part u dont understand?

  • 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


    RBAR is pronounced "ree-bar" and is a "Modenism" for Row-By-Agonizing-Row.
    First step towards the paradigm shift of writing Set Based code:
    ________Stop thinking about what you want to do to a ROW... think, instead, of what you want to do to a COLUMN.

    Change is inevitable... Change for the better is not.


    Helpful Links:
    How to post code problems
    How to Post Performance Problems
    Create a Tally Function (fnTally)

  • 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

  • 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