on 2024 Aug 04 11:41 AM
Hi Everyone,
We have created a report in the public cloud related to the GL Extract, where we need the posting date as a parameter that should automatically populate with today's date.
We have created a custom CDS view, Cube view, Custom Analytical Query, and a KPI based on the Custom Analytical Query. However, we are unable to configure this data parameter with a dynamic value of today's date.
Any suggestions would be greatly appreciated.
Hello @shubhasri
You can have a look into this CDS View: C_GLLineItemsQ0001 ... how it is done there and take it over into your Query View:
with parameters
@Consumption.hidden: true
@Environment.systemField: #SYSTEM_LANGUAGE
P_Language : sylangu,
@Semantics.businessDate.at: true
@Environment.systemField: #SYSTEM_DATE
P_KeyDate : vdm_v_key_date
and further down
@Consumption.filter: { selectionType: #SINGLE, multipleSelections: true, mandatory: false }
@Consumption.derivation: { lookupEntity: 'I_CalendarDate',
resultElement: 'CalendarYear', binding: [
{ targetElement : 'CalendarDate' , type : #PARAMETER, value : 'P_KeyDate' } ]
}
@AnalyticsDetails.query.variableSequence: 40
@AnalyticsDetails.query.axis: #FREE
LedgerFiscalYear,
BR, Martin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
73 | |
10 | |
9 | |
8 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.