Search results

  1. sasha199

    Exporting excel data

    Or at least tell me the file that does the default upload, if you do not specify a file for a specific list in the scripts folder
  2. sasha199

    Exporting excel data

    Hello, no, I meant, how are the array data transferred to the file with the upload? How can the list_8_csv_export file transfer the data that is displayed in my table? Tell me please.
  3. sasha199

    Exporting excel data

    Hello everyone, I decided to export to an xls file, I'm writing my own template, the question arose how to get the data in the file list_1_csv_export.php, the example from the wiki does not work. Tell me please.
  4. sasha199

    Updating the calc element

    I have implemented inlineedit using non-standard fabrik tools, and using ajax, and the calculations shown above output information that has already been calculated and filtered, so I can't get the element updated with the means provided by fabrik, so I thought that using js, you can force the...
  5. sasha199

    Updating the calc element

    I tried all the options, but nothing happened, maybe someone knows how to update after clicking on a certain element, the calc element of the form $firstday2 = '{sbrh2_datebase___id}'; $dbb = JFactory::getDbo(); $query='SELECT SUM(zp_day) FROM sbrh2_tabel_pers_log WHERE id = ANY(SELECT max(id)...
  6. sasha199

    Updating the calc element

    I tried to specify console. log (test); after the actions presented http://fabrikar.com/forums/index.php?wiki/element-javascript/, not one did not work, I will try using the second link that you gave, thank you.
  7. sasha199

    Updating the calc element

    Hello everyone, there was such a question, there is a calc element that I would like to update after a certain action with the day element, I found it in the wiki http://fabrikar.com/forums/index.php?wiki/form-javascript-objects/ and http://fabrikar.com/forums/index.php?wiki/list-javascript/ But...
  8. sasha199

    How to write queries for a custom calculation correctly?

    That's just what I would like for the "user calculation" to work as a calc element, but I did not understand how to achieve this, thank you very much for telling me, I will continue to understand.
  9. sasha199

    How to write queries for a custom calculation correctly?

    Yes, that's what I mean, the standard calculation of the amount counts data from the database that relate to this column, and I would like to count the data that comes in the $data array, because they are different from those in the database, there is an element of calc with a sample of data...
  10. sasha199

    How to write queries for a custom calculation correctly?

    Hello everyone, I need to change the final calculations for the element, I tried to write queries to the user calculation, but nothing happened, maybe there is an example of how to do this? I didn't find a description in the wiki.
  11. sasha199

    How to optimize a query in the calc element

    I would love to use views, but then filtering by month will not work.
  12. sasha199

    How to optimize a query in the calc element

    Hello everyone, I have several calc elements, a request to the database occurs in them $element = $_POST['month']; $id = '{sbrh2_datebase___id}'; if ($element > 0) { $month = "LAST_DAY('$element-01') + INTERVAL 1 DAY - INTERVAL 1 MONTH"; } else { $month = "LAST_DAY(CURDATE()) + INTERVAL 1 DAY -...
  13. sasha199

    How to update a line after a quick edit

    I have the usual input fields, I just found a line update after a certain action, so I thought suddenly there is an action that occurs after editing using inline edit
  14. sasha199

    How to update a line after a quick edit

    Hello everyone, there is an article in the wiki that describes updating a line after closing a line edit http://fabrikar.com/forums/index.php?wiki/list-javascript/, and how to make an update after saving an edit using the inline edit plugin?
  15. sasha199

    How to optimize a query in the calc element

    Please tell me, do you use triggers in the database to calculate?
  16. sasha199

    How to optimize a query in the calc element

    Thank you very much for the answer, you are the best as always, I will try to solve the question.
  17. sasha199

    How to optimize a query in the calc element

    Thank you for the answer, I figured out the error, I didn't choose the section element, but the problem remained, the total amount of the column still doesn't count. I attach a screen of the column, the total amount of the entire column should be calculated at the bottom, but this does not...
  18. sasha199

    How to optimize a query in the calc element

    Hello everyone, there is such a problem I have a page with about 10 cacl elements, there I make a query to the database and output the results, everything works fine, but when I turn on the final calculation, the page gives an error (0) and refuses to work, how to change the query to make the...
  19. sasha199

    Question about updating a variable after ajax filtering

    It turned out to get the id after loading ajax, can you tell me how to add the result to the class in the row that this id belongs to? requirejs(['fab/fabrik'], function(test) { Fabrik.addEvent('fabrik.list.update', function(list) { var data = list.options.data; // data is...
  20. sasha199

    Question about updating a variable after ajax filtering

    Hello everyone again, I could not solve the problem, how to get the id in the default_row template, can someone help?
We are in need of some funding.
More details.

Thank you.

Members online

Back
Top