I got struck with HANA input parameters issue, Any ideas/Suggestions are greatly appreciated.
Issue :
---------
I have a basic calculation view of data category as cube. It has projection, aggregation (default) and semantics. In projection, I am restricting table VBAK, need five fields Doc num VBELN, creation date ERDAT, division SPART, sales org VKORG and NETWR.
Want to create four input parameters for four fields VBELN, ERDAT, SPART and VKORG. User should be able to enter multiple entries for VBELN/VKORG/SPART and date range for ERDAT.
Note :
1, When input parameter left as blank, system should fetch all values and i need all four parameters (Incase of one parameter, i know, it works with match function).
2. If user enters two parameters and left two as blank, data should fetch as per parameters entered considering blank parameters as 'ALL VALUES' (Just like BEx variables)
Any inputs/suggestions from your end is greatly appreciated.