Skip to main content
Solved

IFS report designer and conditions on the row level

  • October 10, 2023
  • 4 replies
  • 376 views

Forum|alt.badge.img+8
  • Do Gooder (Customer)
  • 21 replies

Is there a way to get only the  first row (not meaning here title row) bolded by using a condition? 

 

Best answer by hamalk

https://docs.ifs.com/techdocs/23r1/060_development/025_operational_reporting/050_layout_design/020_layout_design/040_conditions/

 

tryout a condition and based on that add a property to row/cells.

may be position() = 0 then set the property, it might work. I don't have the report designer tool installed right at the moment. just suggesting by looking at the documentation.

 

4 replies

hamalk
Superhero (Employee)
Forum|alt.badge.img+13
  • Superhero (Employee)
  • 246 replies
  • October 10, 2023

Forum|alt.badge.img+8
  • Author
  • Do Gooder (Customer)
  • 21 replies
  • October 10, 2023

So in this case I would like to have only first Sales Qty row bolded (1.00) and rest of the rows normal font. Could not really found how it would be doable.

 


hamalk
Superhero (Employee)
Forum|alt.badge.img+13
  • Superhero (Employee)
  • 246 replies
  • Answer
  • October 10, 2023

https://docs.ifs.com/techdocs/23r1/060_development/025_operational_reporting/050_layout_design/020_layout_design/040_conditions/

 

tryout a condition and based on that add a property to row/cells.

may be position() = 0 then set the property, it might work. I don't have the report designer tool installed right at the moment. just suggesting by looking at the documentation.

 


Forum|alt.badge.img+8
  • Author
  • Do Gooder (Customer)
  • 21 replies
  • October 10, 2023

https://docs.ifs.com/techdocs/23r1/060_development/025_operational_reporting/050_layout_design/020_layout_design/040_conditions/

 

tryout a condition and based on that add a property to row/cells.

may be position() = 0 then set the property, it might work. I don't have the report designer tool installed right at the moment. just suggesting by looking at the documentation.

 

Thanx, now it works!