Showing posts with label implement. Show all posts
Showing posts with label implement. Show all posts

Wednesday, March 7, 2012

how implement multi-parameters dinamic

how can choose more than one parameter in one parameter
ejemp
id name
1 a
2 b
3 c
4 e
I would like can choice 1 and 3 and 4 and same time.
thanksThere is not a good way to do it with the default interface. (I think it's
coming with SQL 2005, though.)
Possible workarounds are:
* Build a custom user interface. See the samples that come with the
product.
* Have a text box and allow free-form entry (comma-separated). This is a
difficult one for users to get right, and works best when your input options
are integers.
With either of these, your SQL might be structured like so:
WHERE FieldName IN @.Parm
--
Cheers,
'(' Jeff A. Stucker
\
Business Intelligence
www.criadvantage.com
---
"alf" <em_alf@.hotmail.com> wrote in message
news:ublOnDeHFHA.2744@.tk2msftngp13.phx.gbl...
> how can choose more than one parameter in one parameter
> ejemp
> id name
> 1 a
> 2 b
> 3 c
> 4 e
> I would like can choice 1 and 3 and 4 and same time.
> thanks
>

Sunday, February 19, 2012

How hard can it be to implement a Word Extension??

I have been waiting for a MS Word extension since the launch of the first SQL
Reporting Services. What is it going to take for Microsoft to actually
implement this?
Are there any plans to add an extension to export reports in Word? For that
matter, are there any plans to add an extension that exports in RTF? How can
these two extremely important formats be left out?
I find it hard to believe that microsoft cannot create the "MS" Word
extension to include as an export option. After all, MS Word is in fact a
Microsoft product. I'm sure i'm not the first and not the last asking for
this.
I guess this can be considered a wish list. My users drive me crazy
sometimes because of the lack for more export options. :)
NunoSoftware Artisans has a MS Word writer for Reporting Services.
Andy Potter