Showing posts with label content. Show all posts
Showing posts with label content. Show all posts

Monday, March 26, 2012

more database help.

Id greatly apperciate (like you guys have always helped when I needed it). heres my full content of ecommerce, Id like to make a search engine like amazon.com where there is a pull down menu, and you can search from particular catagories my catagories are : (and there are many subcatagories)

1) Wheels/Tires
brands - 20 or so
2) Exterior
- body kits
-wings
-headlights
-taillights
-etc.
3) Interior
racing seats

4) Suspension/Brakes
air bags
coilovers
lowering springs
shocks
5) Performance
Intakes
Exhausts
Headers
NOS
Turbo Chargers
Super Chargers
6) Car Audio / Video
20 or so brands
ie
pioneer
jl audio
6) Accessories
battery tie down

what databases should I make for the search engine?
do i need to make a .aspx file that would retrieve this information?
if so, what info would I put in this file?
what relationships would the databases have?

2nd question -

to create a database for my product catalog / Shopping cart :

what databases do I create?
what type of relationships will they have?
is there a .aspx file that needs to be created?
if so, what info and where do I put it on the ftp?can anyone help me?

More Control over Data Driven Subscription email content

I really like the data driven subscription functionality but I'm having
trouble with the nitty gritty of customizing subsctiption email content.
Here's my example - we send out a report each week to those who have not
booked time against our project management system. I want to include a
hyperlink in the comments section of the email that takes the recipient to
their timesheet. I thought this would be simple because RS has the ability
to include a hyperlink to the report itself.
In addition, I can't seem to access any reportserver global values other
than the report execution time and report name (these are included in the
MSDN walk-throughs as well). Does anyone know what parameters, etc. are
available to be parsed into a subscription email?
Has anyone had luck adding formatting like carriage returns, etc. to the
email comments section? I've tried ascii values but no luck.Hi John,
An option for this problem would be to create a report that is parameterised
per person. This report could contain some text to explain that time needs to
be captured and you could add an action on a text box using the current
person name (or id) that would link to the timesheet system.
Your subscription could then mail out rendered versions of these reports in
HTML format which would be embedded in the body of the email. From a users
point of view, it would do the trick.
To the best of my knowledge, the only two variables available via the
subscription engine are the two listed below. Maybe an option for SP3 is to
include column values from the subscription table as variables?
Lastly, to do fancy formatting in the comments section you need to embed
HTML tags. So, your new line would need the <BR> or <P> tag. (of course, this
is also an option to include a link in the mail that would link to the login
page of your timesheet system...)
"john" wrote:
> I really like the data driven subscription functionality but I'm having
> trouble with the nitty gritty of customizing subsctiption email content.
> Here's my example - we send out a report each week to those who have not
> booked time against our project management system. I want to include a
> hyperlink in the comments section of the email that takes the recipient to
> their timesheet. I thought this would be simple because RS has the ability
> to include a hyperlink to the report itself.
> In addition, I can't seem to access any reportserver global values other
> than the report execution time and report name (these are included in the
> MSDN walk-throughs as well). Does anyone know what parameters, etc. are
> available to be parsed into a subscription email?
> Has anyone had luck adding formatting like carriage returns, etc. to the
> email comments section? I've tried ascii values but no luck.