Quantcast
Channel: SCN : Discussion List - SAP HANA Developer Center
Viewing all articles
Browse latest Browse all 6412

how to add input parameters in HANA trail

$
0
0

Dear friends,

      I have one calculation view, and I want to create an input parameters to filter the data,but After I active the view, I open data preview, it have the error message:

 

my code:

      var_out = SELECT "ID","ODD_LINES","ODD_SUM","SORT_ODD"

                       FROM "_SYS_BIC"."p1680829412trial.kevin.ODD_ANA.model/ANA_ODD_BWIN"

                       WHERE "SEASON" = SEASON

                       GROUP BY "SEASON";

 

my input parameter:

QQ截图20150509173843.png

 

because it is in trial, we don't have the data preview priviledge so after I active the calculation view, I excute this:

CALL "HCP"."HCP_GRANT_SELECT_ON_ACTIVATED_OBJECTS"  and open data preview in scheme: _SYS_BIC, but it have the error message

QQ截图20150509173950.png

QQ截图20150509174000.png

 

error message:

QQ截图20150509174015.png

 

so how do we pass the input parameters in calculation view, and when we select data form this view, it can raise the parameters for us to input the value to pass it to calculation view?

 

Thanks for your sincerely answer!


Viewing all articles
Browse latest Browse all 6412

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>