cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple Data Selection in HANA Calculation View

former_member462348
Participant
0 Kudos
1,120

Hi Experts,

I have a requirement to display a date in the HANA Calculation View Selection Screen.

Example: Consider a date field Created At:

I want the user to give an option to choose any of the below Date options and then execute the view. User may choose any one dates based on his needs.

  • -Past 3 months
  • -Past 12 months
  • -Past 3 years
  • Or Manual Date Range

Since we dont have Radio buttons in HANA views like ABAP, Can anyone help me on this, if there are any other alternative methods available in HANA to display as above.

Thanks
Rufus Samuel

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member213277
Active Participant

I tried something like below and it worked for me:

create a input parameter that provides static list


then apply Projection Filter as

Regards,

Nag

former_member462348
Participant
0 Kudos

Hi Nagaraj,

Thanks much for your amazing solution provided. It really works for me as well 🙂

Regards
Rufus Samuel

akshinde
Participant
0 Kudos

i don't think so we have option like this , either you create different graphical calculation view for each date selection criteria and trigger it depending upon what user select at application client level ; or create one table function , pass as one parameter value as 1 for past 3 months , 2 as past 12 months , 3 for past 3 years and 4 for manual date range and using this parameter construct cobditional where clause in your table function select query.