<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=iso-8859-1">
<META content="MSHTML 6.00.6002.18100" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hi,</FONT></DIV>
<DIV><FONT face=Arial size=2>I hope to explain well my problem.I have a file in 
excel format.</FONT></DIV>
<DIV><FONT face=Arial size=2>I saved it into .csv and imported with the 
node_import module.Now I hve about 1500 nodes and each column of the file is 
assigned to a cck field.</FONT></DIV>
<DIV><FONT face=Arial size=2>So, about 12 cck fields, that's all 
ok.</FONT></DIV>
<DIV><FONT face=Arial size=2>Suppose the matter is pc.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT><FONT face=Arial size=2>Each node is a 
detailed information of a model.</FONT></DIV>
<DIV><FONT face=Arial size=2>The node contains for example:</FONT></DIV>
<DIV><FONT face=Arial size=2>processor type, ram, hard disk size, model 
(desktop/laptop/pda), etc etc.</FONT></DIV>
<DIV><FONT face=Arial size=2>Now I made a view in which I can see all results in 
a table.</FONT></DIV>
<DIV><FONT face=Arial size=2>The problem is that I'd like to use the filters 
exposed to the users.</FONT></DIV>
<DIV><FONT face=Arial size=2>The user should have the ability to select the 
desired type of pc from a listbox (desktop, laptop, pda) and in another listbox 
select the preferred ram (512, 1024, 2048).</FONT></DIV>
<DIV><FONT face=Arial size=2>My problem is that I have the two listbox, but, I'd 
like that if the user select desktop, in the other listbox it must appear only 
the value of ram of desktop model, instead, the second listbox shows all values 
of ram, regardless of the selected previews listbox.</FONT></DIV>
<DIV><FONT face=Arial size=2>So if the user select PDA, the second listbox shows 
all values of ram, and obviously this is not good, because a PDA with 8 giga of 
ram&nbsp; is not present in the database.</FONT></DIV>
<DIV><FONT face=Arial size=2>How can I solve this?</FONT></DIV>
<DIV><FONT face=Arial size=2>any idea?</FONT></DIV>
<DIV><FONT face=Arial size=2>thanks.</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV></BODY></HTML>