Jump to content

spreadsheets: linking cells


Recommended Posts

I have a spreadsheet that shows some objects in a particular layer.

Is it possible to link parts of the database selection critera to cells ?

=DATABASE((INSYMBOL & INOBJECT & (L='niv +1 elektriciteit') & (T=SYMBOL) & (R IN ['TDE_00 algemeen']) & (NOT (R IN ['TDE_72 verlichting'])) & (NOT (R IN ['TDE_71 schakelaars'])) & (R IN ['TDE_70 elektriciteit'])))

Changing (L='niv +1 elektriciteit') to L=A1 or 'A1' with A1 containing the layer name does not work.

Any workaround for this ?

Edited by hippothamus
Link to comment
Try setting cell A1 to L='niv +1 elektriciteit'

Then set the criteria to =database ((Insymbol & INOBJECT & A1 & ...

If that works then see if you can use the concat function to put the layer name only is one cell and make the string you need in another.

Won't work.

Making one cell with the whole databasestring in and pointing the db criteria to that cell won't work either.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...