Skip to main content
Solved

Calendar days Aurena permission Lobby

  • January 17, 2022
  • 1 reply
  • 105 views

lopespetro
Hero (Customer)
Forum|alt.badge.img+13

 

 

Hi all.

I’ve developed a counter element for aurena but the values shows 0. In IEE is OK.

 

This is the view i’m using to calculate in the element.

 

The view: &AO.JT_TASK_TRANSACTION_UTIL

 

WORK_TIME_COUNTER

The column.

NVL(sum(quantity),0) / (SELECT SUM(A.working_time / 60 + 1) FROM &AO.WORK_TIME_COUNTER A WHERE A.calendar_id = 'PETRO-ADM' AND TRUNC(A.work_day) between TRUNC(SYSDATE, 'MM') and LAST_DAY(SYSDATE))*100

 

I think I must grant the calendar to the user in Aurena. I’m trying to find it in projections.

I’m using owner and IFS UPD12.

 

Could someone help how can I allow the user to see the calendar days?

This is in IEE.

 

The same element Aurena is 0.

Best answer by lopespetro

Hi all.

After refreshing some caches it worked. I didn’t uderstand right but the problem is solved.

Tks a lot

1 reply

lopespetro
Hero (Customer)
Forum|alt.badge.img+13
  • Author
  • Hero (Customer)
  • 280 replies
  • Answer
  • March 4, 2022

Hi all.

After refreshing some caches it worked. I didn’t uderstand right but the problem is solved.

Tks a lot