Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I wanted to do calculation for finding bookings.
Which will be like
SUM([Sales Level2/[Sales Level1])
Its a dynamic value.Pls suggest
Whenever I click on Sales Level 1 and Sales Level 2 then it should give the calculation.
Regards,
KK
jagangwassenaarMRKachhiaIMPashfaq_haseebKush141087
Please see the attached
You can show the Chart or in Text object by enabling conditional show option on the object Properties Layout.
GetselectedCount([Sales Level2]) and GetselectedCount([Sales Level1])
Please find the attached qvw.
Hi,
Suppose If I select Only Sales Level 1 Americas m then it should calculate the value which are mapped in Sales Level 2
Like CANDA,US COMMERCIAL,USA etc. and Vice versa.
If I select Only Sales Level 2 Canada then it should calculate the value which are mapped in Sales Level 1
Like Amercia Only.
Simply change the condition to below:
GetselectedCount([Sales Level2]) OR GetselectedCount([Sales Level1])
Find the modified qvw.
Please see the attached.
I think you need the Alternate state, But right now I have done as per your requirement.
Hi Kush,
In your QVW while am selecting only Americas then it should only give American region which are
AMERICA,CANADA,LATAM,US COMMER,US ENTERP,US OTHERS AND US PS MARKET.
But in given qvd its picking the entire Sales Level 2
Regards,
Karim Khan
Please see the attached
Once Again tnx Bro.