Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I have following expression on my table . all i want is to show all the amount by the each see date , currently i have to select see date to see the value and it will only show the value of selected date, but i want this to be display all by the see date .
dimension is see date
Sum({<[Request Type]={'SA'},[ Action]={'APP'},[Dep Date]={">$(=[see Date])"},[T Date]={"<$(=[see Date])"}>}[Amount])
-
Sum({<[Request Type]={'CR'},[ Action ]={'APP'},[ Dep Date]={">$(=[see Date])"},[T Date]={"<$(=[see Date])"}>}[Amount])
what is < does in this expression .
Thanks @Anil_Babu_Samineni
Its gives the same result. but the value only shows when i click viewdate from listbox where as i am trying to show every viewdate value in table . is it because VIewDate is independent island in data model which is not linked to any table?
Thanks
Again