cancel
Showing results for 
Search instead for 
Did you mean: 

How to show data in QuickViewGroup in Analytical List Page APP Extensions

0 Kudos

Hi,

This is the mockup of my Analytical List Page.

And it looks like this now. I use extending column to implement Exception Description, Data used in these columns (excpt_title, except_description, except_cause, except_solution1, except_solution2) comes from CDS view and exposed to ALP.

I add all data I want to show in quick view into <customDate>, but I don't kow how to establish a json type data like the sample of UI5 documentation.quick view in UI5 samples

 <customData>
			<core:CustomData key="p13nData" value='\{"columnKey": "Exception Detail", 
			"leadingProperty":[
				"except_title","except_description","except_cause","except_solution1","except_solution2"
			], "columnIndex" : "4"}'/>
		</customData>
	<QuickView
		id="TableColumnPopup_QuickView">
		<QuickViewPage
			header="Exception Detail"
			title="{excpt_title}"
			description="{except_description}"
			groups="{
				path: 'groups',
				templateShareable: true
			}">
			<QuickViewGroup heading=" " elements="{ path: ' ', templateShareable: true}">
				<QuickViewGroupElement
					label="Cause"
					value="except_cause"
					type="text"/>
			</QuickViewGroup>
		
	</QuickView>

Now, I only can show title & description without lable & value in quick view.

what should I do to show these data in QuickViewGroup in Analytical List Page APP Extensions?

Thank you in advance

Best Regards

Li, Bingyang

Accepted Solutions (0)

Answers (0)