Viewing 15 posts - 76 through 90 (of 105 total)
ok.
le tme give you example.
exec spname
@name = @item3
this is how i need to execute my sp.
now @item3 is a group , it contains pen and pencil
in my table i have...
April 11, 2012 at 11:48 am
no,
this is select statement in my sp,
i need to supply one parameter @name
this contains 2 item suppose pen and pencil,
and it gives me that 2 item ,
now in table w...
April 11, 2012 at 11:25 am
the expression is
... (exp(sum(LOG(1+filed/100)))-1)* 100
this cause the error
April 10, 2012 at 12:43 pm
i done this way
=iif(Parameters!sortby.Value= "item1",Fields!item.Value,iif(Parameters!sortby.Value = "mv",Fields!MV.Value))
i did this in by right click->tablix properties-?expression
i have multivalued param like this
label value
item ...
April 4, 2012 at 8:05 am
but i have only 1 multivalued param,
which has following values
label1 value1
label2 value2
what expression should i put in sorting expression,
April 4, 2012 at 7:56 am
can you tell me where i need to use split?
i already posted my expression
April 3, 2012 at 1:51 pm
can you post your expression, i am dealing with multivalued also
April 3, 2012 at 12:27 pm
i did,there are so many parameter, how to see which one is causing problem
April 3, 2012 at 9:53 am
the same data set is running in different report,so its not in my sp.now in my report there are so many dataset,how to see which parameter?
April 3, 2012 at 9:48 am
but i dont know what is the conversation that i m doing wrong,its in parameter or what.
how to see that
April 3, 2012 at 9:37 am
Viewing 15 posts - 76 through 90 (of 105 total)