I am trying to use this package specifically the pie and column chart activities. I am putting in the same ranges as when I made these charts on excel and I keep getting: Exception from HRESULT: 0x800A03EC
I am not sure what I am doing wrong. I am attaching my properties panel for 1 of my charts along with some of the excel sheet I have already created with datascraping in uipath.
I just ran this again and it seems like this problem is occurring because my ranges are split up. Because of where I got this data from and what I want to do with it I can not remove the separating columns and rows. I am trying to get pie charts of each of these columns without the state totals in line 2.
I am doing this for a group project and would like to show the share of each county in relation to the entire state.
Update to my problem. My processes are set up in the exact same way with the same inputs but the first pie chart does output correctly. I have been able to change my column charts to work; however, I am now getting this error when running the pie charts: The RPC server is unavailable. (Exception from HRESULT: 0x800706BA). This error pops up after the chart is output and stops the execution of the process.
I am also still having trouble with getting the non-consecutive columns to work. Specifically I have titles for the x-axis in column A and the y-axis values in C. This is giving this exception: Exception from HRESULT: 0x800A03EC.
Any help with either of these errors would be highly appreciated.
Thanks,
Nicole
Splitting up my chart into multiple processes and removing the data from the legend section fixed my problem for the most part it just gives an exception for 1 of my charts now which does not effect the output graph.