Forum Replies Created

Viewing 15 posts - 31 through 45 (of 61 total)

  • RE: dynamic reports at the time of prview reports in ssrs

    this time also not show any data when ever i chose table +matrix

    just change logic like

    in table

    =iif(Parameters!abc.Value= 1 or Parameters!abc.Value=3, false, true)

    and in matrix

    =iif(Parameters!abc.Value= 2 or Parameters!abc.Value=3, False,true)

    it works...

  • RE: dynamic reports at the time of prview reports in ssrs

    hi try that loagic l

    in table i wirte expersion like

    =iif(Parameters!abc.Value= 1, True, iif(Parameters!abc.Value=3, True, False))

    and in matrix

    =iif(Parameters!abc.Value= 2, True, iif(Parameters!abc.Value=3, True, False)

    that time i chose table+matrix value...

  • RE: dynamic reports at the time of prview reports in ssrs

    k its working fine suppose in preview time i chose multiple reports like table and matrix that time what i do.

    i do like parameter propertis in that general i chose...

  • RE: sql logics1

    why isbbelle gets erroe

    and williams inserts 2 rows +julianna insert 12 rows are not lodead in in toy table how u say thatone

  • RE: sql logics1

    answere is 28 rows

    here there is no logic just thinking

    like this way

    first step first persion enter to the database

    in second step second persion enter to the database

    in third step...

  • RE: sql query logics2

    how can u gues it is interview question? and in case of its interview question why ur not help?ok if u know answer tell me answers its help other wise...

  • RE: sql logics1

    how can u gues it is interview question? and in case of its interview question why ur not help?ok if u know answer tell me answers its help other wise...

  • RE: sql query logics

    how can u gues it is interview question? and in case of its interview question why ur not help?ok if u know answer tell me answers its help other wise...

  • RE: sql query loice3

    how can u gues it is interview question? and in case of its interview question why ur not help?ok if u know answer tell me answers its help other wise...

  • RE: sql query loice3

    how can u gues it is interview question? and in case of its interview question why ur not help?ok if u know answer tell me answers its help other wise...

  • RE: split table data into multiple execel sheets in ssis

    what ever u say logic .how is it possible to send that data into sheets wise.that means we load data in one excel sheet and that one excel sheet only...

  • RE: split table data into multiple execel sheets in ssis

    in condition split what logic we impliment. i know idea what type of transformation we use that task.

    in that transfromation what we do that process tell me. its help for...

  • RE: split table data into multiple execel sheets in ssis

    in condition spilt what logic we want to implement.how to data comes sheets wise .plz tell me some steps.

  • RE: sql server

    iam traying the query like this way

    select a.id,a.name,b.sal,b.deptno from(select a.id,a.name,row_number()over(partition by id order by id)as c from tablename a

    )

    inner join

    select (b.sal,b.deptno,row_number()over(partition by sal order by sal)as d from tablename...

  • RE: ssis

    The query failed to parse. Syntax error, permission violation, or other nonspecific error

Viewing 15 posts - 31 through 45 (of 61 total)