Search found 42 matches

by luke
Wed Jul 06, 2022 2:53 pm
Forum: Talks
Topic: How do i use AND in a Statement
Replies: 3
Views: 1266

Re: How do i use AND in a Statement

thanks, Im using C#
by luke
Wed Jul 06, 2022 10:38 am
Forum: Stimulsoft BI Designer
Topic: Let a variable used in RTF grow so it can print over multiple lines
Replies: 9
Views: 11163

Re: Let a variable used in RTF grow so it can print over multiple lines

Thank you would you be able to do the same for a String Value directly from the dictionary and not as a Variable
by luke
Wed Jul 06, 2022 10:07 am
Forum: Talks
Topic: How do i use AND in a Statement
Replies: 3
Views: 1266

How do i use AND in a Statement

{ Animal.Dog } == {Var} And {Animal.Cat} == {Var2}
by luke
Tue Jul 05, 2022 1:59 pm
Forum: Stimulsoft BI Designer
Topic: Let a variable used in RTF grow so it can print over multiple lines
Replies: 9
Views: 11163

Re: Let a variable used in RTF grow so it can print over multiple lines

viewtopic.php?t=47431

I want to do the same thing to a passed Variable instead of a string in RTF
by luke
Tue Jul 05, 2022 9:19 am
Forum: Stimulsoft BI Designer
Topic: Keep getting error when trying to filter == not working
Replies: 3
Views: 9072

Re: Keep getting error when trying to filter == not working

((PayRunContractorContractors.PAYRUNCONTRACTORCONTRACTORID.ToString() == (pVar1.ToString() + PayRunContractorContractors.CandidateID.ToString())) == pVar2.ToString())

Same Error
by luke
Tue Jul 05, 2022 9:04 am
Forum: Stimulsoft BI Designer
Topic: Let a variable used in RTF grow so it can print over multiple lines
Replies: 9
Views: 11163

Let a variable used in RTF grow so it can print over multiple lines

When I am displaying a variable from within RTF field to be resolved on runtime, how do i give those called values a grow property so they may continue outputting over multiple lines.
by luke
Tue Jul 05, 2022 5:43 am
Forum: Stimulsoft BI Designer
Topic: Keep getting error when trying to filter == not working
Replies: 3
Views: 9072

Keep getting error when trying to filter == not working

please could you provide me with some guidance on this.