This content has been marked as final.
Show 3 replies
-
1. Re: Returning the Minimum Time of a Filtered Date using an LOD Expression
Deepak RaiJan 25, 2019 12:17 PM (in response to Shreyas Talamakki)
{FIXED Action Date: MIN(Action Date)}
as you can use field both as Dimension and Measure in the LOD
If you want for entire data and not Individual Dates then:
{MIN(Action Date)}
Thanks
Deepak
If it Helps, Pl Mark it Helpful and CORRECT to Close Thread
-
2. Re: Returning the Minimum Time of a Filtered Date using an LOD Expression
Shreyas Talamakki Jan 25, 2019 1:25 PM (in response to Deepak Rai)So when I add this calculated field onto the tooltip section, it's returning it in the form of a ATTR(First Transaction) expression, which is causing most of the cells tooltip result to have the asterisk * since there were rows for the date. How can I fix this?
-
3. Re: Returning the Minimum Time of a Filtered Date using an LOD Expression
Deepak RaiJan 25, 2019 1:27 PM (in response to Shreyas Talamakki)
No, you will get only one value. * is for multiple values. Please attach some example workbook to check what you are doing .