What language are you writing this query in? SQL, CMQL (access)?
If the later, meaning you are coming from a Multivalue environment, can you give use the data dictionary for this file? It would also be helpful to see the data so if you ED filename 3 and take a screen paint of the relevant area(s) of the data.
Richard S Taylor
Sales Engineer
InterSystems Corporation
Office: 443-340-8614
FAX: 440-815-5805
--
You received this message because you are subscribed to the Google Groups "InterSystems: MV Community" group.
To post to this group, send email to Cac...@googlegroups.com
To unsubscribe from this group, send email to CacheMV-u...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/CacheMV?hl=en
The query I use is:
SELECT rOrders -> RegisterDate ,
rOrders -> ID1 ,
rOrders -> rPatients -> PatientID1 ,
rOrders -> rPatients -> MiddleAndLastName ,
rTests -> TestAbbreviation
FROM tOrderTests
WHERE tOrderTests . Status = 0
I place this query in a tablePane in the SQL property. In Intersystem
Studio.
I send you a printscreen, by mail.
Unfortunately the database I can not send for terms of Confidentiality
For more options, visit this group athttp://groups.google.com/group/CacheMV?hl=en- Ocultar texto de la cita -
- Mostrar texto de la cita -
Carlos,
Jason beat me to the punch here. This does look like what you are trying to achieve. Also, for future reference, InterSystems has a number on online communities. There is a general Caché community and one focused on ZEN. You will probably get better response by including these in your postings also. This group in particular is focused on the Multivalue aspects of Caché hence my first request to clarify the type of query you were doing. Here are some links to those other groups
http://groups.google.com/group/intersystems-public-cache?pli=1
http://groups.google.com/group/InterSystems-ZEN
Richard S Taylor
Sales Engineer
InterSystems Corporation
Office: 443-340-8614
FAX: 440-815-5805
![]()