Viewing 15 posts - 46 through 60 (of 99 total)
Hi Bhuvnesh,
Thanks for the reply. I will look into the code in detail.
May 13, 2010 at 2:42 am
i think the prob is with the 1st line.....
select distinct a.rid, a.username......
the DISTINCT keyword here is filtering records...
i have two user ids 1 and 4 ......
1 has only one record.......
May 13, 2010 at 1:51 am
Hi Ramdas,
Thanks for the reply.
Yes the report functions in the same way you mentioned it....
i am passing fields userid and clientid instead of parameters.
now i have 9400 clients in my...
May 12, 2010 at 10:23 pm
oh m sorry...
anyway thanks for your reply....
May 12, 2010 at 6:38 am
hi,
thanks for your reply. i dont think it works practically as there are many possible durations...or even if we think of 5 min duration the least, i will have to...
May 12, 2010 at 6:23 am
Hi,
Yes the requirement is the same as you have mentioned.
I have written SP for that.
Now, i am facing one more prob. I have kept the client id of each row...
May 11, 2010 at 11:38 pm
Hi All,
I would like to know if the above method causes performance issues....
this is for a Resume Application and hence hundreds of users will try to generate the report simultaneously....
Imagine...
May 10, 2010 at 11:10 pm
Hi All,
For test purpose i tried the method we discussed above...
i kept both USER and CLIENTS parameters default ALL.
so my query run for ALL USERS and ALL CLIENTS for a...
May 10, 2010 at 5:16 am
Yes even i thought that would suffice the requirement...
but what my manager says is, when you make default ALL and run report,
2000 values will be passed to the proc.......
May 10, 2010 at 1:53 am
Hi,
That works well but my req is not that... sorry for this.
the prob is the application they have made is such....
Now, while choosing parameters itself i must write a condition.
In...
May 10, 2010 at 1:36 am
Hi,
I tried some methods for this. I kept a 'Select ALL' option and tried. It works fine but in that case i cant make it multi-valued parameter.....
And if i make...
May 9, 2010 at 11:45 pm
Can i make the parameter multi-valued while doing this?
actually there is a report which they have designed in .Net i must now bring in same features for this...
May 9, 2010 at 9:58 pm
thanks for the reply. could you please give more details on this?
May 7, 2010 at 3:32 am
Hi Rob,
Thanks for the reply. Yes as you said, the issue is with the browser.
In IE 8 it is shown correctly ...other browsers, we must scroll....
thanks
May 7, 2010 at 3:28 am
Hi All,
Thanks for your reply.
Now i have made the conv in my SP itself as Raunak has suggested.
But earlier i have used cdate many times without any prob, but...
May 6, 2010 at 4:15 am
Viewing 15 posts - 46 through 60 (of 99 total)