Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
nareshthavidishetty
Creator III
Creator III

Expression

Hi ,

I have used the below logic as calculated dimension . Based on the highlighted condition

Here i need to get the Inovice_num only for one day ie.,if Date= varMaxDate i need to show only those invoice numbers.

Logic: =Aggr(If((SUM({<Date={$(varMaxDate)},flag={'eSign'},Category={'Not Complete'}>}Sales) > 0),Inovice_num),Loc,APA0TX,Inovice_num)

Thanks..

12 Replies
sunny_talwar

I guess this:


=Aggr(If(Sum({<Date = {'$(=varMaxDate)'}, flag = {'eSign'}, Category = {'Not Complete'}>} Sales) > 0 and Date = $(varMaxDate), Inovice_num), Loc, APA0TX, Inovice_num)

We won't really know if you get what you wanted just by looking at this expression. I would suggest to share a sample so that we can help you better

nareshthavidishetty
Creator III
Creator III
Author

how to post application securely

vishsaggi
Champion III
Champion III

Follow this and upload your sample app:

Preparing examples for Upload - Reduction and Data Scrambling