Search results

  1. jmbarra78

    Max and Min custom calc

    Perfect! Thanks!!
  2. jmbarra78

    Max and Min custom calc

    Could I modify a predefined function (eg Count fuction) to use the min function? Regards!
  3. jmbarra78

    Max and Min custom calc

    Hi, Could I show MAX and MIN functions in list view settings? I show Average and MAX(as custom calc), but MIN I don't know how to... Regards!
  4. jmbarra78

    Cascading dropdown issue

    I tried with ajax validation enabled and disabled, but It didn't work validation "not empty" in date field and cascadingdropdown...
  5. jmbarra78

    Cascading dropdown issue

    I have a datetime element in this list with validation "notempty". When I disabled this option all cascading dropdown elements work
  6. jmbarra78

    List view settings calculation

    Yesterday I got the last update...
  7. jmbarra78

    List view settings calculation

    Ok I'll do it next time... Thanks again!
  8. jmbarra78

    List view settings calculation

    I don't have calculation field, only need average, max and min in every field element. I had activated Ajaxify in list navigation option. When I disabled this it worked. Thanks!
  9. jmbarra78

    List view settings calculation

    Hi! Joomla 3.3.6. Lastest fabrik github (3.2) I tried one by one, but nothing is calculated In DB there is data (attach an image with list) I'm using a custom template, but it doesn't with standard fabrik bootstrap list template. As special option, filter is necessary to show data. I tested this...
  10. jmbarra78

    Cascading dropdown issue

    Yes, it works in the backend I use isis template un backend and protostar in frontend
  11. jmbarra78

    Cascading dropdown issue

    Hi, I have a list with two cascading dropdown fields. When I want to add rows, cascading dropdown doesn't work. I get three error in Firebug: TypeError: b.fn.popover is undefined TypeError: jQuery(...).popoverex is not a function Error: Load timeout for modules...
  12. jmbarra78

    List view settings calculation

    Hi, I've enabled Sum, Average and Max in List view settings of a field (configured as Decimal type), but anything is showed in list. Only I can see labels, but not calculation. What's wrong? Regards!
  13. jmbarra78

    Prefilter every 5 minutes

    Hi, I have my list with data recorded every minute, I would like to filter every 5-10 minutes Can I prefilter my list without using the clause "group by"? Data from one minute to another are very similar and I would hide... Regards
  14. jmbarra78

    Duplicate Data in list

    I tried "merge rows and reduce data" but didn't work. Undo relationships and create again and it worked
  15. jmbarra78

    Duplicate Data in list

    Hi, I have an issue... I get duplicate data in some rows in my list. However, data is not duplicated in database (I've checked in phpmyadmin). This is the scheme of the database Fincas -> left join -> estaciones -> left join -> unidades The list with duplicate data is "unidades". I've...
  16. jmbarra78

    Custom cron importcsv

    I have frontend activity in my website but sheduled task is not run... What kind of activity should be?
  17. jmbarra78

    Custom cron importcsv

    Why doesn't the scheduled task work? The script works if you press run button, but doesn't work automatically. I've scheduled every 5 minutes. I tried a simple script without success Regards!
  18. jmbarra78

    Custom cron importcsv

    I would like share my code. This php cron task is a simple (very simple) way to import all csv files of a directory. CSV Files don't have headers. If import fails send an email to me and save file names imported successfully in a text file: Suggestions are welcome: <?php function...
  19. jmbarra78

    Custom cron importcsv

    I've just test my code and works for me, I thought NULL output was an error. I've tested adding this code: if (($handle = fopen($csv_file, 'r')) !== FALSE) { while (($data = fgetcsv($handle, 1000, ",")) !== FALSE) { $total = count($data); for ($e=0; $e < $total...
  20. jmbarra78

    Custom cron importcsv

    Thanks Troester JPATH_SITE works, but I get NULL defined('_JEXEC') or die(); //$db = JFactory::getDbo(); $db = FabrikWorker::getDbo(); $path=JPATH_SITE.'/media/csv/cliente1/finca1/invernadero1/'; $csv_file = $path . "data.csv"; // Name of your CSV file print_r($csv_file); if...
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top