Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Highlighting with multiple conditions in a cross tab
Highlighting with multiple conditions in a cross tab [message #1806787] Wed, 15 May 2019 07:27 Go to next message
Delouche Rémi is currently offline Delouche RémiFriend
Messages: 4
Registered: May 2019
Junior Member
I want to highlight only one cell of my cross tab. The SQL request in the data set uses a CASE to transform my data to 'Non précisé' when null. I wanted to highlight the cell counting the interventions where 'statut' is null (columns) and 'date' is null too (rows).
I tried (data["STATUT_DE_L_ETAPE_RAC01"] is null && data["ANNEE_FIN_RAC01"] is null) is true in the aggregation builder but it didn't work.
In the screen shot, the cell i want to highlight is the one with a '4' in it.
  • Attachment: Capture.PNG
    (Size: 18.58KB, Downloaded 85 times)

[Updated on: Wed, 15 May 2019 07:27]

Report message to a moderator

Re: Highlighting with multiple conditions in a cross tab [message #1806979 is a reply to message #1806787] Mon, 20 May 2019 14:40 Go to previous message
Delouche Rémi is currently offline Delouche RémiFriend
Messages: 4
Registered: May 2019
Junior Member
For those who still want to know how to do, i've finally found the tip : (data["STATUT_DE_L_ETAPE_RAC01"] == 'Non précisé' & data["ANNEE_FIN_RAC01"] == 'Non précisé') == true
Previous Topic:Page Number not printing numbers for HTML Text when we export it as PDF format:
Next Topic:BIRT and MongoDB 3.2
Goto Forum:
  


Current Time: Tue Mar 19 02:32:19 GMT 2024

Powered by FUDForum. Page generated in 0.01842 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top