close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

Searching for Null Values IN DataAssist

Thread began 10/20/2010 7:47 am by jbarron397794 | Last modified 11/08/2010 9:38 am by jbarron397794 | 1555 views | 7 replies

jbarron397794Beta Tester

Searching for Null Values IN DataAssist

Hi,

I ran the search wizard for DataAssist and then joined two tables, created a date range and included some AS statements.

Here is what my query currently looks like:

SELECT inventory.itemId AS Item_ID, inventory.itemName AS Item, inventory.itemDesc AS Description, inventory.itemSize AS Size, inventory.itemColor AS Color, inventory.partNum AS Part_Number, inventory.prodLine AS Product_Line, inventory.itemPrice AS Price, inventory.itemQty AS Quantity_Available, (inventory.itemQty*inventory.itemPrice)AS Total_Value_of_Available, SUM(orderdetails.DetailQuantity)AS Quantity_Sold, SUM(orderdetails.DetailQuantity*inventory.itemPrice)AS Total_Value_of_Usage
FROM orderdetails INNER JOIN inventory ON orderdetails.DetailItemId = inventory.itemId INNER JOIN orders ON orderdetails.DetailOrderId = orders.OrderId
GROUP BY inventory.itemId
ORDER BY inventory.itemName ASC

My issue is, how to have items that were not sold during the selected date range, to also appear on the results page? So...if there was not a particular Part_Number listed from the orderdetails table, during the date range that was selected, but still listed in inventory, it would still show up on my results page.

Can you please advise me as to how to search for "NULL" values and still have them appear?

Thanks!

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...