tableau / community-tableau-server-insights

Community-built data sources for answering questions about Tableau Server
MIT License
129 stars 52 forks source link

Pending background task #76

Closed camnguyen168 closed 1 year ago

camnguyen168 commented 1 year ago

Hi, I am using the background task data source to create my dashboard, and I have a problem with creating job status pending. I have add the new calculation to job status, IF [Progress] == -1 THEN

"Pending"

ELSEIF [Progress] < 100 THEN

"In Process"

ELSEIF [Finish Code] == 0 THEN

"Success"

ELSE

"Error"

I receive the pending task but on my dashboard it doesn't show any pending even though I have some pending on the server. Do I do something wrong?

Thank you so much