All Questions
202
questions
-2
votes
0
answers
15
views
ArcGIS & Python - Automating PDF reports by pulling data from Feature Layers? [closed]
I've been working in a GIS/Data based roll for over a year now. I've written multiple python scripts for add-in tools and toolboxes for the ArcGIS Pro (and ArcMap) and other software successfully that ...
0
votes
0
answers
22
views
How to auto-refresh dates on a rolling 2 week period in my Power BI report
I am currently working on a Power BI report connected to a lakehouse in Fabric. Our report tracks a rolling 2-week period using a date filter that references my calendar table. Since our backend ...
0
votes
0
answers
20
views
ERPNext Query & Script code Problem for Report
In this below code i need month names like setember, october, november instead of {current_month}, {next_month_name}, etc and the condition is this report works as interval of 3 months like if the ...
1
vote
0
answers
84
views
How to automatically generate an Allure report after executing all feature files instead of typing in terminal as specific script?
I'm using Python Selenium Behave and Allure reports on my automation testing, my problem is how can I generate the Allure report automatically without typing a specific script on the terminal after ...
0
votes
1
answer
88
views
python pandas loop through dataframe replicate many tables in excel
I want to convert a large dataframe to a series of report tables that replicates the template for each unique id within the dataframe seperated/skipped excel row. I would like to do this with a ...
0
votes
1
answer
66
views
Using Python to do report automation
I am trying to create on a report automation tool where I can do the following things with python:
First import pictures, then have the ability to label each picture and send them to different ...
0
votes
0
answers
15
views
How to get a report from some fields of two tables with a many-to-many relationship and display the data in the report table
I have two tables (patient and radiography) and an intermediate table between these two tables, the relationship between the two tables is many-to-many, and I want to enter some fields of the first ...
0
votes
0
answers
223
views
How to convert excel to pdf in Odoo 17
In odoo 17, there is a function to download an excel file. This function will call a function to read and write data to my excel file. Initially, I have an excel file and I will read and write data to ...
1
vote
1
answer
196
views
Allure report stuck with a loading spinner after launching index.html from generated report
I've used the below code to generate the allure report, but after generation when I launch the index.html file it keeps on loading. But when I use serve command and launch it, the proper report gets ...
0
votes
1
answer
69
views
Faltering report with pandas profiling after converting numeric values to categorical values
I'm currently working with pandas profiling and I have a problem with creating a proper report. Because when I just read the csv file, the columns are in the wrong data type. Instead of categorical, ...
0
votes
0
answers
34
views
SOC 2 Type 1 Report for Salesforce via Python
How can I download the SOC 2 Type 1 report from compliance.salesforce.com via Python API or SDK? Here is the report URL:
https://compliance.salesforce.com/en/documents/a005A00000uKyHxQAK
Tried ...
1
vote
2
answers
115
views
Python One Page Report Based on Output of Function
I am trying to prepare a report using Python. So the first function produces some output and next, I run function 2 and get an output, at the end, I need all output one below the other saved in .pdf ...
1
vote
0
answers
21
views
How to get automatically token for dfa every 7 days
I have DFA accounts.
I have about 1100 profiles and accounts
I can't use the service account
So, I am using the token that expired after seven days.
I replaced the token every week by myself.
My ...
0
votes
0
answers
40
views
need code to generate a month-month variance report
I have to generate a report of month-month stock variance report.
Here cif_id is a unique ID and there are a total of 18 columns: some are fetched from database and some generated from calculations. ...
2
votes
1
answer
981
views
How to generate PDF report from Python code. Odoo 16
I have a custom wizard with fields : "file_name"(Char), "model_id"(active model), "content_report"(html) .
I added a print button in this wizard .
When I click on this ...