Registrations to Open-AudIT forums are now closed. To ask any new questions please visit Opmantek Community Questions.

Open-AudIT

What's on your network?
It is currently Thu Mar 28, 2024 8:07 pm

All times are UTC + 10 hours




Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
PostPosted: Fri Nov 21, 2008 5:55 pm 
Offline
Newbie

Joined: Fri Nov 21, 2008 5:21 pm
Posts: 1
I want to show most of list include video card in one screen sorting by system name.
but Some computers shows 2 video cards. So it shows duplicated system with 1 video card,and next line 2nd video card.

Is there a way to modify sql key to grab and shows 1 system with 2 video cards in one line ?

This is what i did, but it shows twice of current systems.

"sql"=>"SELECT * FROM `system`, `processor`, `hard_drive`, `video`
WHERE system_uuid = hard_drive_uuid AND
system_uuid = processor_uuid AND
system_uuid = video_uuid AND
hard_drive_uuid = processor_uuid AND
system_timestamp = processor_timestamp AND
system_timestamp = hard_drive_timestamp AND
processor_device_id = 'CPU0' AND
hard_drive_index = 0"

and this for listing
"fields"=>array("10"=>array("name"=>"system_uuid",
"head"=>__("UUID"),
"show"=>"n",
),
"155"=>array("name"=>"video_caption",
"head"=>__("Video"),
"show"=>"y",
)

Any help will be appreciated.


Top
 Profile  
Reply with quote  
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC + 10 hours


Who is online

Users browsing this forum: No registered users and 2 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group