Search found 6 matches

by tausin
Wed Mar 30, 2022 2:02 pm
Forum: Stimulsoft Reports.NET
Topic: Conditions for page visibility
Replies: 1
Views: 317

Conditions for page visibility

Dear support

I have report with 2 pages. The second page I want to see only when condition (picture) is true.
But page is always invisible. When I use simply conditions like 2>1 it works.

What is wrong?




Thank you
by tausin
Mon Mar 28, 2022 7:30 pm
Forum: Stimulsoft Reports.WEB
Topic: Function Round - away from zero
Replies: 3
Views: 658

Re: Function Round - away from zero

great! it works thank you
by tausin
Mon Mar 28, 2022 11:15 am
Forum: Stimulsoft Reports.WEB
Topic: Function Round - away from zero
Replies: 3
Views: 658

Function Round - away from zero

Dear support

I there any possibility how to use function Round in report designer for rounding away from zero?
Now: Round(9002.5) = 9002
I want: Round(9002.5) = 9003

Thank you
by tausin
Fri Mar 11, 2022 12:48 pm
Forum: Stimulsoft Dashboards.WEB
Topic: Variable list - set empty selection as defatult
Replies: 6
Views: 11112

Variable list - set empty selection as defatult

Dear support

I use list variable in my report for filtering report data. But when I want to run report, all items in list are checked. I need to have all items unchecked because nobody use all data and its very slowly. Is it possible?
by tausin
Fri Mar 11, 2022 12:00 pm
Forum: Stimulsoft Reports.WEB
Topic: How to create report filter with checkbox list
Replies: 3
Views: 805

Re: How to create report filter with checkbox list

Lech Kulikowski wrote: Mon Mar 07, 2022 10:14 pm Hello,

You can use the following query:
select * from Products where CategoryID in {(var1.Count == 0 ? "('')" : "(" + var1.ToQueryString("'") + ")")}

Thank you.
:P Thank you, it works!
by tausin
Mon Mar 07, 2022 3:33 pm
Forum: Stimulsoft Reports.WEB
Topic: How to create report filter with checkbox list
Replies: 3
Views: 805

How to create report filter with checkbox list

Dear support I have created report with sql postgre datasource and I need to create any userfriendly filter for users. I am able to create filter with textbox ( picture 1) - I created new variable pnps_id and then I put it into select: where my_data_id = @pnps_id. It works OK but I want to create fi...