Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have straight tables which have 10 more columns, Column CLAIMS & EXPENSES have value for each Part Number.
But i need to show only one value not to repeat on next row. Due to this while export and check the sum in Excel Sum values doubles.
If there is any way to avoid this? Is there any merge option for this type of problem.
LOL! What if there are two legit values repeating in two rows?? For e.g. it can happen that two records have the same CLAIMS value!
I do believe that a Dimensiontable have one or many attribute Connected to Partnumber.
I meant to reply to Mathias - this formatting option would make legit values white.
you are right about that, bad idea anyway.
Tbh I missed the "export to excel"-thing and thought it was purely visual. It is not a big deal though, just move the expression from text color to the actual expression:
if (above(Sum(xxx))=Sum(xxx), Null(), Sum(xxx))
Cheers,
Mathias
So here you want to use null in secon row? Different Partnumber but same claim. This is not a fix and trix in layout, he must found the root cause to what ends up in duplicated rows.
Correct Staffan, if same claim number for different PN# will affect this formula...
The expression should match the criteria if Part Number is same this formula would work, if not keep as it is.