org-scn-design-studio-community / lumiradesignercommunityext

Lumira Designer SCN Community Extensions
Apache License 2.0
3 stars 2 forks source link

Result Set Information no more available #27

Open MOTGAB opened 6 years ago

MOTGAB commented 6 years ago

Hi, we are currently working in Design Studio 1.6 in some reports with the SDK Result Set Information 2.0 to be able to get the number of the rows. Now, we plan to upgrade our reports to Lumira 2.x and recognize that the Result Set Information to Count the number of rows are no more available. Is it planned to get also this feature available in SAP Lumira in the future or do you have another idea how to get the number of rows in a Standard crosstab of Lumira Designer?

Thanks in advance for your Feedback.

entmike commented 6 years ago

It's been fixed in this version of the SDK, I believe. Have you tested with this one?

MOTGAB commented 6 years ago

Hi Mike, Thanks for you answer. I have install the version 3.0.0.201803081733 , but the "Result Set" funktion is not available. Did i have not the correct Version?

BR Gabriel

KarolKalisz commented 6 years ago

Hi @entmike,

the change needs to be made here in the component: https://github.com/org-scn-design-studio-community/lumiradesignercommunityext_src/blob/master/legacy_src/org.scn.community.databound/res/ResultSetInfo/def/contribution.xml#L11

and finally after the generation needs to be visible here in the collected contribution.xml https://github.com/org-scn-design-studio-community/lumiradesignercommunityext_src/blob/master/legacy_src/org.scn.community.databound/contribution.xml#L4945

by adding the "m" mode in the line image

and then here in the cummulated file: image

Could you make a try again before you recompile?

regards, Karol