• Holiday Schedule

    Your code gophers will be away for the next couple of weeks so support will be sporadic. We should be fully back online by the end of September.

  • A new version of Full Calendar is now available.

    See the details here

Question about displaying data after filtering

sasha199

Member
Hello everyone, I rephrase a little old question, I ran into such a problem, did the join of tables using left join, everything worked out, displays all data from the left table with zero values, but when I do filtering, there is no data, how can I make the filtering happen with the help of left join, for example, first comes the data that is in the table on the right, and after them the data that has a zero value?
 
Back
Top