We value your input! Please participate in Archicad 28 Home Screen and Tooltips/Quick Tutorials survey
2017-07-24 11:46 AM
2017-07-24 01:55 PM
kmcw_ wrote:Hi,
Entering the "SELECT parameters FROM Objects" gives me all Parameters of every Object. they seem to be in one extra table in the column "Parameters". How can I Select Objects having one single Parameter (f.e. "testparameter001" in common.
2017-07-24 02:43 PM
2017-07-24 05:27 PM
kmcw_ wrote:I'd strongly recommend not using unsupported technology – you're setting yourself up for a disaster. If GS hasn't updated it beyond 20, the fact that it appears to work is coincidental and almost certainly unstable.
But it still works😉 (AC 20) I just can't find the right syntax For objects.parameters
2017-07-25 11:38 AM
2017-09-11 04:00 PM
2017-09-12 12:39 PM
SELECT LIBRARY_PART_NAME, XX.PARAMETERS.NAME, XX.PARAMETERS.VALUE FROM FLAT(OBJECTS, PARAMETERS) AS XX WHERE CAST (XX.PARAMETERS.VALUE AS CHAR(50)) = '1'