toggle menu
FastReport Forum
FastReport Forum
Categories
Discussions
Sign In
·
Register
Sign In
·
Register
Categories
Discussions
Activity
Sign In
·
Register
×
Home
›
Fast Reports Products
›
FastReport .NET
ComputedColumn
saeed moradi
June 2009
edited 2:01AM
in
FastReport .NET
is there any way to have a if condition statement in computed column,
if not? how can I have group band on a Formula field ?
Comments
AlexTZ
June 2009
edited 2:01AM
Hello,
You can use "?" statement in the column's Expression:
[Table1.Column1] == "A" ? "Alpha" : "Beta"
Do you need to sort a band on custom condition? Just open the databand editor and put this condition in the "Sort by" textbox, for example
[Table1.Name].Substring(0,1)
Leave a Comment
Paragraph
H2
Toggle Heading Menu
List Unordered
Toggle Heading Menu
Quote
Toggle Heading Menu
Paragraph
Paragraph
H2
Heading 2
H3
Heading 3
H4
Heading 4
H5
Heading 5
List Unordered
Bulleted List
List Ordered
Ordered List
Indent
Indent
Outdent
Outdent
Quote
Quote
Paragraph Code Block
Code Block
Spoiler
Spoiler
Bold
Italic
Strikethrough
Paragraph Code Block
Link
Close
Emoji
Embed
Home
•
FastReport .NET
Comment As ...
Comments
You can use "?" statement in the column's Expression:
[Table1.Column1] == "A" ? "Alpha" : "Beta"
Do you need to sort a band on custom condition? Just open the databand editor and put this condition in the "Sort by" textbox, for example
[Table1.Name].Substring(0,1)