Forum Discussion
Bakhtawar
6 years agoPost Patron
variable in formula
hi all first i am going to you what i have in qliksense i create a varaible VPEDate.. in that i do this =if(GetSelectedCount(PE_DATE)>0,Date(Max(GetFieldSelections(PE_DATE))),Date(max(PE_DATE))) ...
Bakhtawar
6 years agoPost Patron
i did not understand in this formula
VPEDate =
IF (
COUNTAX ( 'Table', SELECTEDVALUE ( 'Table'[PE_DATE] ) ) > 0,
MAXX (
FILTER ( 'Table (2)', [PR_DATE] IN VALUES ( 'Table (2)'[PR_DATE] ) ),
MAX ( 'Table (2)'[PR_DATE] )
)
)
where there table 2 ? i have only 1 table calendar .. in that i have 1 column PE_Date Icey