@adityaduggal
Yes, that is what I am asking for. I don’t want my total to hide at any point of time that is why I want to create a script report for the same. That means the provide solution doesn’t solve the purpose of total.
It is coming but when I filter the data it goes out, I have found the way that it is possible via Script Report but I have not idea how to do this via script report.
Now if you need to filter out results then you need to write the script report which was easily answered in your previous post.
Understand one basic thing: Script Reports have 3 basic files, suppose we take the example of this mentioned report “Stock Balance”
stock_balance.js This is the Javascript file which would add the filters marked (Added Filter) stock_balance.py This is the python file which would have your python code along with the mysql query. stock_balance.html This is the html file where you can define the print format of the report.
Honestly I am still not getting where exactly are you stuck since the last post link posted by your for help file easily explains how to add filters.
Edit: I see that you have created now 3 topics for somewhat similar questions, I would request you once again to refrain from doing so as its not a good sight to see a lot posts which are of same nature again an again.
Hi @ruchin78
it work properly.you write code in query report.
<img src=“/uploads/default/original/2X/1/12e87c5972207ae09b48e5784fb428f1b40b472d.png” width=“690” height=“387”.
Now, I got it, it does’t work when you filter the data for specific employee or for specific week/month etc. That is my worry and that is why I want to write a script report.