Skip to main content
Solved

Lobby element designer


Forum|alt.badge.img+7

Hello,

 

How can I sort by month in the IFS lobby tools.

 

Best answer by TAPSUDJAY

I have experienced a similar issue and reported it to IFS (Case ID: G2062343). The workaround they gave worked but  later our HR Coordinator who uses the lobby pointed out that the months are again not sorted properly. I have not raised this to IFS yet. You could have a look at the case I had reported and see if the solution they have provided works for you.

View original
Did this topic help you find an answer to your question?
This topic has been closed for comments

10 replies

  • Superhero (Employee)
  • 1434 replies
  • March 15, 2021
savasciftci wrote:

Hello,

 

How can I sort by month in the IFS lobby tools.

 

I tend to add an order by clause in the data source e.g.  ORDER BY 'YYYY-IW' or 'YYYY-MM'  or 'YYYY-Q'
 

You could also do something like:

year, DECODE(MONTH,'JAN',1,'FEB',2,'MAR',3,'APR',4,'MAY',5,'JUN',6,'JUL',7,'AUG','8','SEP','9','OCT',10,'NOV',11,'DEC',12) 

 


Forum|alt.badge.img+7
  • Author
  • Sidekick
  • 37 replies
  • March 15, 2021

In PL SQL developer it works right. But in the lobby screen doesn’t work. My problem in the lobby screen. If I chose sorting by X axis, it sorting by alphabet

 


  • Superhero (Employee)
  • 1434 replies
  • March 15, 2021
savasciftci wrote:

In PL SQL developer it works right. But in lobby screen doesn’t work. My problem in the lobby screen. If I chose sorting by X axis, it sorting alphabet

 

Can you set month column to ‘Number’ and not ‘Text’?

 


Forum|alt.badge.img+7
  • Author
  • Sidekick
  • 37 replies
  • March 15, 2021

It works in data source designer but doesn’t work in element designer.

 


  • Superhero (Employee)
  • 1434 replies
  • March 15, 2021
savasciftci wrote:

It works in data source designer but doesn’t work in element designer.

 

Month should be your X Axis.


Forum|alt.badge.img+7
  • Author
  • Sidekick
  • 37 replies
  • March 15, 2021

My X Axis Month Description


Forum|alt.badge.img+20

Have you unticked “Use Top-N Options” in the Formatting section?

If you have that ticked the sorting of the data source is not considered.

 


Forum|alt.badge.img+7
  • Author
  • Sidekick
  • 37 replies
  • March 16, 2021

Only two option in my screen.

 


Forum|alt.badge.img+8
  • Sidekick (Customer)
  • 43 replies
  • Answer
  • March 16, 2021

I have experienced a similar issue and reported it to IFS (Case ID: G2062343). The workaround they gave worked but  later our HR Coordinator who uses the lobby pointed out that the months are again not sorted properly. I have not raised this to IFS yet. You could have a look at the case I had reported and see if the solution they have provided works for you.


hhy38
Superhero (Customer)
Forum|alt.badge.img+16
  • Superhero (Customer)
  • 323 replies
  • May 6, 2021

To order by the result. Use the code below.

 

select to_char(to_date('Mayıs','MONTH', 'NLS_DATE_LANGUAGE = Turkish'), 'mm') from dual;

Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings