Rank: Advanced Member
Groups: Registered
Joined: 12/3/2018(UTC) Posts: 33 Thanks: 13 times
|
Hello, When I try to get my result as excel , my report shows this error:
Error in RootMain Script for Excel Conversio of view'View': Error in Main Script for Excel Conversion of view 'Tab Control1': Error in Main Script for Excel Conversion of view 'Model1': Error in Main Script for Excel Conversion of view 'Tab Control2': Error in Main Script for Excel Conversion of view 'Container': Error in Main Script for Excel Conversion of view 'Model2': Sequence contains no elements.
The conversion works fine in any other report. what could be the reason?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
Actually it may occurs if a chart is defined and there is no records...is that the case for you ? We will fix this in the 5.0... Here is the quick fix: Select you model view and edit the View Script: Chart and add the page.Series.Count > 0 && check Code: if (view.Model.HasSerie && page.Series.Count > 0 && view.GetBoolValue("show_charts", true))
Edited by user Wednesday, May 8, 2019 2:40:18 PM(UTC)
| Reason: Not specified
|
1 user thanked epf for this useful post.
|
|
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.