Unable to add table to PDF report using AnsysReport #4448
Closed
ansys-satyajeet
started this conversation in
General
Replies: 1 comment
-
I figured out the issue. The entries in the list must be strings. Changing the floats in |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to add a report data table to Ansys Report PDF. In the code below
max_temp_list
is a list of lists.However, I am getting an error when I use
add_table
method. Am I missing something?max_temp_list
is shown belowBeta Was this translation helpful? Give feedback.
All reactions