Seal Report Forum
»
General
»
General Discussions/Other
»
Prompts' Advanced Functionalities in SEAL
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
Hi,
We had a few queries on the prompts functionalities: • For the dashboard prompts, is it possible to configure prompts with mutual dependencies? (ex: Prompt two prompts - REGION, Country; Country prompt should show me constrained values based on the region selected) • In report's page elements - instead of showing them as tabs/pills, could we show them as drop-down menus AND with multi-select?
Thanks.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
|
1 user thanked epf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
Hi,
But does this work in scenarios where the report contains multiple models? I tried it within a 2-model report .... but its only AFTER I select the parent prompt + execute the report , that the child prompt is showing filtered options.
The sample report "09-Enumerated List - Dynamic Display" also runs on one model.
Please confirm.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
yes, you are right, it does not work directly if there are several models...this might be considered as a bug. hope to be fixed in 5.1 thank you for the report.
|
1 user thanked epf for this useful post.
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
Thanks Eric; tentatively, by when will this fix be published ?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
I just made the fix (you can see the code in GitHub), it will be in the 5.1..published probably in November....
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
Yes thank you, I see your code. I presume that the required snippet is from lines # 494 to 525 ?
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
The fix is in ReportExecution.cs
foreach (var r in Report.AllRestrictions.Where(i => i.EnumRE != null)) replaced by at line 1936 foreach (var r in Report.ExecutionCommonRestrictions.Where(i => i.EnumRE != null))
|
|
|
|
Rank: Advanced Member
Groups: Registered
Joined: 8/9/2019(UTC) Posts: 45 Thanks: 13 times
|
Hi Eric,
Has 5.1 been released ? When is the tentative date for the same?
Also, how do we migrate from 5.0 to 5.1 ? Is there a patch to be applied specifically ?
Thanks.
|
|
|
|
Rank: Administration
Groups: Administrators
Joined: 12/20/2013(UTC) Posts: 1,209 Thanks: 14 times Was thanked: 206 time(s) in 199 post(s)
|
The 5.1 will be released probably in 1 en November, beginning December. The migration will be easy.
|
|
|
|
Seal Report Forum
»
General
»
General Discussions/Other
»
Prompts' Advanced Functionalities in SEAL
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.