cancel
Showing results for 
Search instead for 
Did you mean: 

Webi issue

Former Member
0 Kudos

Hi Guys

I have a scenarios as below

SerialNumber
Type
Value
Delivery
1111IMEI222222223434343
1111mobile333333333434343

Need to code logic in webias below

SerialIMEIMOBILEDELIVERY
111122222222233333333334343434

Is this possible .. i tries but never seems to ..it comes with blank as below

Serial
imei
mobiledelivery
111122222222
34343434
1111
33333333334343434

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi dd,

Please use the below logic for the Columns IMEI and Mobile and leave the other columns as is, and you would get then as expected. Please see below sample where it was achieved with similar data set.

IMEI Column=[Value] Where([Type]="IMEI")

Mobile Column=[Value] Where([Type]="mobile")

Thanks

Mallik

Former Member
0 Kudos

Hi ,

Some how sap note 1339858 works for me and seems perfect. Is Merge is a Union or Join operation ? Becuase for a requiremnt i have seen it as union and for this it look like Join.

Kindly help on this

Regards

DD

Former Member
0 Kudos

Hi dd,

Good to know that above mentioned note solved your problem.

Merge does a join operation on your queries and you can see Full Outer join behavior on report, when you have "Extend Merged Dimensions" set on Document Properties and show objects from both queries in one block.

Thanks

Mallik

nscheaffer
Active Contributor
0 Kudos

I would recommend having two similar queries.  One would have a query filter where Type = IMEI and then other would have a query filter of Type = mobile.

Then in your report you would create a merged dimension on Serial by right-clicking on Serial from each query and choosing "Merge".  Put that merged dimension on your report with the value from each query.

Read this blog post for some background on merged dimensions and some of the potential issues you may encounter.

http://michaelwelter.wordpress.com/2011/04/18/tips-for-merging-dimensions/

Hope this helps,

Noel

Former Member
0 Kudos

Hi Noel,

Thanks i created two queries , one give 10 lines and other gives 5 lines. I merged on Serial number as said..and when i drag the megred Serial no and IMEI and Phone number from two different qeueries it says #DATASYNC error.

Regards

Savy

Former Member
0 Kudos

This message was moderated.