Jump to content
  • 0

vraagje over inline in lasso 3.6.6


livio

Question

Posted

Ligt het aan het uur of weet ik het gewoon niet ? ....

Kan je een negatieve findopdracht meegeven in een Inline?

 

Ik zoek dus steeds de laatste 5 gecreeerde records uit artikels.fm5, waarvan online = ja , maar die NIET behoren tot de categorie 'pers'...

Deze code blijkt voorlopig niet te werken...

 

Enige tips ?

 

----------

[inline: -search, -database=artikels.fm5', -maxrecords='5', -sortfield='id', -sortorder='descending', online='ja', categorie!='pers]

 

[records]

....some bla bla bla

[/records]

 

[/inline]

-------------

 

 

Thanks .... livio

2 answers to this question

Recommended Posts

  • 0
Posted

Om zoekargumenten te 'omitten' moet je gebruik maken van de operator tag.

&-operator=....

 

en dan:

eq = equals

neq = not equals

cn = (contains)

ew = (ends with)

gt = (greater than)

gte = (greater than or equals)

lt= (less than)

lte = (less than or equals)

bw = (begins with, default)

 

plaats de operator altijd VOOR het veld war het op van toepassing is

dus: &-operator=neq&veldnaam=waarde

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  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...