Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I need to add up the values for the the same kind of fuel type for Computed rob and Actual ROB field..Like DMA SHOULD SHOW ONLY 1 VALUE And so will RMD 80.Only one value per fuel type.The summed expression.
Is Differential added as a dimension?
May be remove that as one of the dimensions.
it can be removed..its not mandatory...
Then try to remove it and see if you get a single row?
My problem is a bit different.Previously I developed a ample code and it was working fine.Test qvd
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------
But when I integrated with a complex module which I need for my final development,some records were missing
There are 4 tables in the above screenshot with the new model... which one am I looking at?
Would you be able to share a sample to look at this?
ok i would first there the dummy file which has the proper report (which is working fine) Navigator_Insight_Sounding_Correction _Trishita_Test1.qvw
The second one is the main file where I want to integrate my changes and eventualy the records are missing
Remaining on Board DM _SoundingCorrection_Trishita_2206.
I think you need a better key that joins Summary table with General_Information. SURVEY_ID is to generic an causing Cartesian product for this to not work.
Have you thought about connecting them on SURVEY_ID_Fuel_Type_ID and SURVEY_ID AND NiFuelType?