Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Team,
I have a requirement.please help me...I am sharing a qvw...Requirement is
If i Select any processid....then it show in maximum and minimum revenue......and which group...please help me
I think I understand what you want. If you select a ProcessID, you want to see the max based on the group it belongs to:
Try these:
=Max({<ProcessID, Group = p(Group)>}Revenue)
=Min({<ProcessID, Group = p(Group)>}Revenue)
Maximum and Minimum would be just one number? Not sure I understand what the end goal/requirement is. Can you elaborate?
If i select one id then it show maximum and minimum revenue corresponding selected id.........supoose i select one then it show 10 or 40 values in revenue field..
Where did 40 come from? ProcessID 1 has only one row of data and for that row the Revenue = 10. So Min = Max = 10.
Suppose i select any proccessid from 1 to 12....then it show in revenue field minimum and maximum value...and which group show.....Means one id corresponding 2 value show minimum and maximum
if i select process id 1 to 4 then it show maximum and minimum revenue like 10 or 40
if i select process id 5 to 8 then it show max and min value like 50 or 80 in revenue
if i select process id 9 to 12 then it show max and min value like 90 or 120 in revenue
Hi,
Try this expressions.
Max({<Group = {"$(=maxstring(Group))"},ProcessID=>} Revenue)
Min({<Group = {"$(=maxstring(Group))"},ProcessID=>} Revenue)
Regards,
Kaushik Solanki
Please respect the "guidelines for posting" for this forum and put a descriptive title for you question.
Writing "Help" as a description/title is hardly informative
kind regards
Petter
If I select any id from 1 to 4 like 1,2,3,4 then it show maximum and minimum revenue like 10 or 40....
Same 5 to 8 or 9 to 12.................and show with groups......please help me sir....
And you want to see this information in text box object?