Create
cancel
Showing results for 
Search instead for 
Did you mean: 
Sign up Log in
Celebration

Earn badges and make progress

You're on your way to the next level! Join the Kudos program to earn points and save your progress.

Deleted user Avatar
Deleted user

Level 1: Seed

25 / 150 points

Next: Root

Avatar

1 badge earned

Collect

Participate in fun challenges

Challenges come and go, but your rewards stay with you. Do more to earn more!

Challenges
Coins

Gift kudos to your peers

What goes around comes around! Share the love by gifting kudos to your peers.

Recognition
Ribbon

Rise up in the ranks

Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!

Leaderboard

Come for the products,
stay for the community

The Atlassian Community can help you and your team get more value out of Atlassian products and practices.

Atlassian Community about banner
4,551,900
Community Members
 
Community Events
184
Community Groups

SQL DATEDIFF(WEEKDAY,T1.'Created',GETDATE()) is not calculating the age of the ticket

Hi Experts,

Need help to calculate the age of the ticket. Below SQL is not working:

DATEDIFF(WEEKDAY,T1.'Created',GETDATE())

1 answer

3 votes
Katerina Rudkovskaya _Stiltsoft_
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Mar 29, 2023

Hi @Bindiya Chacko,

Are we talking about the Table Filter and Charts for Confluence app and its Table Transformer macro?

If this is the case, then here are the screenshots from our test Confluence instance:

Tue 1-1.png

SELECT T1.'Key', T1.'Created',
DATEDIFF(WEEKDAY,T1.'Created',GETDATE()) AS 'Aging'
FROM T*

Tue 1-2.png

So, everything works fine.

If you get any errors that the functions are not supported, you may update the app. For Server/Data Center the current version is 9.8.1. For Confluence Cloud your add-on is always up-to-date.

If you still need to share some details (source table, macro settings, macro preview, etc.), please refer to our support. The portal is confidential.

If my assumption about the app is wrong, please clarify what add-on and what macro you are trying to use.

Hi @Katerina Rudkovskaya _Stiltsoft_ ,

This is ask is for Table Transformer and the query is not working for me.

Confluence 7.13.2

Screenshot 2023-04-02 at 7.44.45 PM.png

Stiltsoft support
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
Apr 02, 2023

Hi @Bindiya Chacko

Please check what version of the Table Filter and Charts for Confluence app is installed for your instance. The current one is 9.8.2, so please update if required.

If this doesn't help, please refer to our support. Attach the page storage format (upper right corner of the page -> menu ... -> View storage format) and we'll look into the issue.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events