Search results

  1. V

    Form submission success message

    hi, when submitting a form, there is the standard success message displayed, although I changed it in form processing option. what am I missing? http://pferdundmenschev.org/kontakt
  2. V

    Filter non-matching records on list-join

    yes exactly...I need those rows in List A for which there is not a join element in List B
  3. V

    Filter non-matching records on list-join

    I created 2 lists A and B: List A contains 3300 records List B contains 28.000 records I like to filter exactly those records that exist in List B but not in List A What I did: created a join from List B to List A (based on one of the elements values) Now how can I filter so I have a list...
  4. V

    generate and store UUID

    thanks for clarification...for my usecase it?s very convenient to have default value applied to existing data (only if stored vallue = NULL)
  5. V

    generate and store UUID

    ok thanks for confirmation! element access Form (edit): here only user level can be set (oublic, guest,...super user) don?t have an option here to set form edit of element to "no" or something similar
  6. V

    generate and store UUID

    ok done thanks for info...I thought it is enough to have login data at personal site of my account
  7. V

    generate and store UUID

    http://sdb.andysaller.de
  8. V

    generate and store UUID

    ok records created before UUID field was added have value NULL in db (as expected). Now when I open a record for editing that was created before UUID field was added, it is not empty! There is a UUID value inserted into that field...when I save, it is stored. Would be great for me...but I am a...
  9. V

    generate and store UUID

    yes that is what I did: put code in new field?s default, set to eval=yes Now, when I open an existing record, UUID is already generated and filled in. When I save, record is stored. Why you think it won?t add a value if saving existing value? I need to be sure UUID value never changes for a record.
  10. V

    generate and store UUID

    no it is a field element. it should not change every save, stay unique forever! how can I do that?
  11. V

    generate and store UUID

    I see! Yes it is applied correctly on new records and on existing ones when saved again. Ok so I have to figure out a way to update existing records via phpmyadmin. thanks
  12. V

    generate and store UUID

    Hi, I need an extra field in my fabrik to generate a UUID. Tried code from this forum entry: http://fabrikar.com/forums/index.php?threads/sql-uuid-as-field-default.34609/#post-173617 This generated UUID on my website, but does not store it in db (all values=NULL in mysql db) Can somebody help...
  13. V

    prefilter query

    yes I tried the prefilter combination before, but it never worked as expected for me. AND does not seem to be dominant over OR. "id IN" solution works great :)
  14. V

    prefilter query

    great, thanks a lot, now I understand how prefilter works :)
  15. V

    prefilter query

    when I run this query in phpmyadmin, it works as expected: SELECT scope, historical FROM serverlist05 WHERE (scope = '0' OR scope is NULL) AND (historical = '0' Or historical is NULL) but when I use it as prefilter query on fabrik list, it does not filter anything. no other prefilters are...
  16. V

    list plugin: inline edit & update column

    I like to use both plugins...separately they work great but when I activate both, only update column works, inline edit no more. Is it possible to use both plugins at the same time?
  17. V

    date field update

    yes I did...but the date then needs to be set manually when editing. It isn?t possible to set current date automatically on saving the form?
  18. V

    date field update

    how can I do this: date element updates to current date only when a record is saved
  19. V

    filter duplicate records

    how can I create a filter view of a list that shows only records containing duplicate data within a specified field? using this pre-filter query: SELECT IP, COUNT(IP) FROM joomla6 GROUP BY IP HAVING COUNT(IP) > 1 what am I missing?
  20. V

    csv import overwrite

    I see. how can I filter a list showing only records that are duplicate for a certain field?
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top