Viewing 15 posts - 1 through 15 (of 15 total)
Do you mean it will only work if the report viewer is used? I thought it rendered HTML so potentially a browser could be used? Is that the only way...
June 6, 2018 at 2:59 am
Hi
Currently it just renders in a browser - would be open to anything that works though as the sound is quite an important part of this.
Thanks
June 5, 2018 at 2:35 pm
No but they are linked to the children of 13, or the grandchildren of 11.
Essentially I am trying to achieve the drill down effect so as long as there are...
February 8, 2012 at 6:24 am
Ah yeah that was hard coded when I was testing!
I still can't get it though to step through :
Screwdrivers > Phillips / Slotted > Big / Small
Using your execution examples,...
February 8, 2012 at 5:43 am
Sorry I missed the @level variable completely somehow. That seems to work well for the 3 tier scenario.
I tried it on the 4 tier and I can't get it to...
February 8, 2012 at 5:11 am
Jeff Moden (2/7/2012)
fahey.jonathan (2/7/2012)
cdh-727733 (2/7/2012)
I can't do that unfortunately as this is to be driven from user searches which I can't predict.
What I am suggesting is that you create a...
February 8, 2012 at 3:18 am
No worries thanks for your perseverance!
I can't seem to get it to produce the correct results though.
If @levelID is set to null and h.ID is set to 1 then I...
February 8, 2012 at 3:10 am
I can't do that unfortunately as this is to be driven from user searches which I can't predict.
February 7, 2012 at 11:37 am
Thanks for all your efforts much appreciated.
It does seem to mostly work with the example data - I even put in a 4th category level and it returned that.
However it...
February 7, 2012 at 10:18 am
Ah sorry I need the next level down of category not the product level itself, so if we pass the category id of 3 (Drills) that needs to grab "Twist...
February 7, 2012 at 9:52 am
It is yep - sorry it's hard enough for me to wrap my head round what I need this to do let alone expect someone to pick up the pieces...
February 7, 2012 at 9:22 am
No I think it's me being dense sorry.
So in my result set I just want the categories that match.
So if I feed in search critera and the selected category id,...
February 7, 2012 at 8:54 am
Here goes I hope this helps - I have way oversimplified it but hopefully enough info is here :
My Category table :
CREATE TABLE [dbo].[tblCategory](
[ID] [int] NOT NULL,
[ParentID] [int] NULL,
[Name] [varchar](150)...
February 7, 2012 at 8:25 am
Don't worry all sorted - thanks anyway
It was more an approach / theory question than the actual coded answer I was after, but as I said the answer has since...
June 2, 2010 at 10:32 am
No problem - I discovered the delights of the Script Component after being crafty and searching inside one of the Wrox books on Amazon!!
Have ordered the Pro and Expert books...
April 29, 2008 at 6:32 am
Viewing 15 posts - 1 through 15 (of 15 total)