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: 
Not applicable

Dimension/Expression

Hello,

I would like to get the result as below. I tried to set up three Dimensions: Submitted_status, Sumitted_year and Submitted_month, and two Expressions: Submission total and % on time. All these should also match when the submitted_company = 'A'.

So I worte the code for "%on time" shows as below,

if ((Submitted_Status) = 'ontime',
((
Sum ({$<Submitted_Status = {"time"}, submit_company = {'A'}>} Submission_count))
/(
Sum( {$<submit_company = {'A'}>} Submission_Count))),
((
Sum ({$<Submitted_Status = {"Submitted late"},submit_company = {'A'}>} Submission_count))
/(
Sum( {$<submit_company = {'A'}>} Submission_Count)))
)

However, I cannot make the  "%on time" expression work. Can anyone please let me know or provide me any hints that how to get my expressions with the current dimensions?

Thanks a lot!

Becky

12 Replies
Not applicable
Author

Thanks so much Vineeth. Problem sovled!

Best,

Becky

Not applicable
Author

Thanks!

vinieme12
Champion III
Champion III

Glad to help

Cheers

V

Vineeth Pujari
If a post helps to resolve your issue, please accept it as a Solution.