Re: Insufficient Privilege:Not Authorized
Hi Uday, Close this thread by marking as Correct or Helpful Answers so that someone will get help by seeing this page when they face this type of error.
View ArticleRe: How to calculate Average Price
Hi Florian, thanks for your quick response. However, that's exactly what I was talking about. This solves the issue of grand/sub-totals on the product level but on the product level only.Consider a...
View ArticleSYS Views : Extract View Properties
I recently had a post asking how to find the long description of information views.Seems my project is now expanding and there's a lot more information I need to dig out. I've looked through SYS &...
View ArticleRe: How to calculate Average Price
Hello Gerhard, thanks for clarification. Now I got your problem. From my point of view this is not a requirement which has to be solved directly by the model itself, but from the consumer. Only the...
View ArticleRe: Auto Increment a field of one table while fetching data from another table
Hi Debasis, Have a look on this Quick note on IDENTITY column in SAP HANA Regards,Krishna Tangudu
View ArticleRe: Filters in Calculation View on WDW
Hi Ross, tested it on a revision 85. For me it worked. If your column to be checked is really called "Status" I can see just one error. The further arguments have to be enclosed in single quotes. So...
View ArticleRe: How to calculate Average Price
Hi Florian, thanks again for the clarification on this. Thing is that Average Price is a very simple calculation which, i guess, every business user is capable of defining. But there are other, more...
View ArticleRe: HANA identity column issues after system restart
Hello SAP, we have also same problems with identity column. Is there still no SAP note or bug fix for these problems ??? Best regards,Y. Hu
View ArticleRe: Filters in Calculation View on WDW
That was correct although I discovered that if you type something like a ) instead of selecting from the list of operators, it get's deleted when you save the view. That took some time to realize...
View ArticleRun Time Stats
Hi All, If i execute a sql statement in editor i get the execution details .. Is there a way to capture those results i mean the time to execute the SQL Statement Thanks
View ArticleRe: BIGINT aggregation issue in Hana rev 91
Thanks Lars. I think our posts crossed. This only appears to affect Analytical views with calculated attributes - so I don't believe I can provide the code to reproduce. As per my second post, the...
View ArticleRe: Substring function not working in Analytical view
Hi Krishna, This is Kiran, I am trying to restrict a (string) filed value by removing the spaces and wring to calculated column field in an Analytical view for position 6 - 10. Example: Field name XYZ...
View ArticleRe: HANA identity column issues after system restart
Hi Lars, Thank you very much for your response.Unfortunatelythisis badnews. The porblem is still not solved. I think the RESET BY logic is no easy. The easiestlogicis to use the function IFNULL, e.g....
View ArticleRe: HANA identity column issues after system restart
For more control about the sequence behavior, you may consider to simply use a custom sequence.IDENTITY is syntactic-sugar; a feature to make a simple use case really very simple to implement. Quite...
View ArticleRe: HANA identity column issues after system restart
Hi Lars, yes, IDENTIY column is a very simple easy feature. We use it only as auto-increment ID column without extra sequence and trigger. Normally for auto-increment ID column we need only default...
View ArticleRe: How to calculate Average Price
Hi Gerhard, I absolutely agree with that. That calculations can/should of course be done in the model. My point is that the consumer decides finally on which level the aggregation is done. The model...
View ArticleRe: How to calculate Average Price
Hi Florian, Can you please tell me how you have created psuedo value 'AllProducts' in model? I just tried to replicated the same as you told above but I am not able to do the same. BRSumeet
View ArticleRe: How to calculate Average Price
Hi Sumeet, I just created a calculated column which sets the 'All Products' value. This calculated column is mapped in the Union to the "real" product name column as it can be seen above in the...
View ArticleWhat is recommended to select as client
Hi, I my development, I have created - 1. Attribute views with constant filter on MANDT/CLIENT field of tables (e.g '001'). 2. Analytic view with constant filter on MANDT/CLIENT field of data...
View Articleinput parameter all values as default
Hi, I have created an Customer input parameter in analytic view (optional,direct, w/o semantic). > When I do data preview of analytic view and don't give any value in input parameter then the output...
View Article