Hi,
My Model is very simple. Its just one Analytic view which has two tables : VBFA and VBRK.
Joined on VBRK-VBELN = VBFA-VBELN.
I am not able to execute Select Max(VBELN) from this analytic view, it gives above error as VBELN is of VARCHAR type.
But I did consumed this in calculation view and ran the Max function and I am getting desired results.
I am in SP 69 release. Not why same function works in Calculation view and doesnt work in Analytic view.
Thanks for your help.