Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

need help with formulas- can you help edit this formula

I am getting error in expressions when I try to do the following commands:

1) sort dates in ascending and descending order

=fabs(Interval([Date Published.autoCalendar.Date] - ('10/1/2017'),'d'))

2) trying to get colums to show black if yes and blank/white if no  using the if statement

If([Clients.G2000]='Yes',Chr(9899), Chr(9898))

can you help edit or guide with the proper syntax that works in qliksense.....thank you!

3 Replies
Anil_Babu_Samineni

Perhaps this

1) =fabs(Interval([Date Published.autoCalendar.Date] - ('10/1/2017'),'d')) // Remove Parenthesis

2) Should work, Where are you doing this?

Best Anil, When applicable please mark the correct/appropriate replies as "solution" (you can mark up to 3 "solutions". Please LIKE threads if the provided solution is helpful
its_anandrjs

1) sort dates in ascending and descending order

=fabs( Interval([Date Published.autoCalendar.Date] - ('10/1/2017'),'D'))

2) trying to get colums to show black if yes and blank/white if no  using the if statement

=If([Clients.G2000]='Yes',Black(), White())

Not applicable
Author

Thank you! much appreciated!

Do you know how I can also easily create an executive summary cover page for the back end apps I am creating so that it is easy for users to navigate through the apps

Thank you!