So I already made field names Old and New price with this logic:
“=[Item credit price] Where ([TimeLine]=“Old”)”
As you see this works fine but now I want to take ‘TimeLine’ out so instead of 4 lines I will have 2
(1 line per SO item)
I think because of the ‘Item credit price’ being the same for both lines.
(that column will also go out and I expect that 040 item will also be on 1 line without problems.
Anybody an idea how to fix this?
I always are totally lost when gettting #multivalue…never seem to grasp why I get them…
It is difficult to know for sure without have some sample data to work with. My best guess without more info would be to check “Show rows with empty dimension values” within the Format Table properties.
But I am a user not a technician.
I do not have the accesses to change anything to the database.
And to be honest I do not understand the examples you share.
I understand and agree that you cannot and should not provide your company data, but sample data is an option. You need to come up with a generic example the exhibits the issue and provide that data in a free-hand SQL query or as raw text so we can put it into a free-hand SQL query (or Excel spreadsheet) to be used as the date source(s).
If you can get that far, but do not know how to create the SQL query code from your generic sample data this website may help.
The key is we need to know all the details about the data in this report…
One query or multiple?
If multiple queries, are you merging (and on what)?
Data types?
Dimension or measures?
If you cannot provide a generic reproducible example that we can work with and try various things it is going to be difficult for us to provide much help.
Thanks for all the help nscheaffer.
But thats a bridge to far for me.
However I was able to get around with it using a crossable.
Rather still a struggle to get Old and New value clean in the columns but managed that.
So for this problem I’m good.
Thanks.