Quantcast
Channel: Forums - Python
Viewing all articles
Browse latest Browse all 2485

How to display output data: Graphical Element, Report, other ideas?

$
0
0
Hello,
I have a Python Add-in Button that I've written to collect user input via comboboxes and then highlight the applicable data. I need to find a method to display the selected output data and just ONE of the fields. It doesn't have to be fancy, but I'm having a heck of a time trying to do so in any fashion. So far I've tried these routes:
1 - MessageBox: No option to pass a variable or outside data
2 - Report: My output is a table with many fields. I can't find a way to select only one field for the report. Also, it would be more ideal to not require the user to find and open a separate file.
3 - Text Element to Layout: I can't seem to get my selected data passed as a graphic element.

. Any thoughts or suggestions would be greatly appreciated!

Thanks,
Katie

Viewing all articles
Browse latest Browse all 2485

Trending Articles