Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
madhubabum
Creator
Creator

How to show calculated field in UI level

Hi all

Here I am attaching the Sample Application:


Problem : If i am using the calculation in Script level "Getting Some Profit Center's " Information only in UI level.

               But , If i'm using the same calculation in UI level "Getting All Profit Centers" Information.

I want to Use calculation in Script level & I want to show  " All Profit Center's information in UI level".


How we can Achieve this one ?

5 Replies
vardhancse
Specialist III
Specialist III

Was not clear,

are you trying to see the data for the calculated filed created in script level.?

madhubabum
Creator
Creator
Author

Hi Sasi v Kandragula

Thanks for your reply

I want to show in UI level

madhubabum
Creator
Creator
Author

Avg(if(%ORDER_DATE_KEY >$(vEndDate),WorkOrderLaborHours)) as Last_12_Months_Avg_Labour_Hours

madhubabum
Creator
Creator
Author

Avg(if(%ORDER_DATE_KEY >$(vEndDate),WorkOrderLaborHours)) as Last_12_Months_Avg_Labour_Hours

jagan
Partner - Champion III
Partner - Champion III

Hi,

Try like this

Avg(if([%ORDER_DATE_KEY] >'$(vEndDate)',WorkOrderLaborHours)) as Last_12_Months_Avg_Labour_Hours


Regards,

Jagan.