Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
nurettinsahin
Contributor II
Contributor II

show all reports in the screen like slides

Hi all,

We have 20 reports. We want to show part of these reports or all of them in the manager’s screen like slides.

When reports end, they should be shown again from the beginning. Entrance to the system can be done by sign-in.

How can we do this? Can anyone help me please?

Thanks,

Nurettin

6 Replies
prieper
Master II
Master II

create a Textfield with a trigger to call the next sheet on clicking (forward/backward).

hide all sheets except the actual

nurettinsahin
Contributor II
Contributor II
Author

Hi Peter,

But this happens every time with clicks. I wanted it to be automatic. I found it. I first defined a variable. then I defined this variable to the page. 

Sample:

Variable - > Act

Sheet1

Sheet Properties -> Show Sheet -> Conditional

=if(OSUser()='slideuser',

Act >=0 and Act <= 20)

Sheet2

Sheet Properties -> Show Sheet -> Conditional

=if(OSUser()='slideuser',

Act >=21 and Act <= 40)

Sheet3

Sheet Properties -> Show Sheet -> Conditional

=if(OSUser()='slideuser',

Act >=41 and Act <= 59)

Can I do this so that one document finishes and the other document starts?

Document 1 -> sheet1, sheet2, sheet3

after

Document 2 -> sheet1, sheet2, sheet3

stabben23
Partner - Master
Partner - Master

variable Act should be something like this: =left(right(Now(),5),2)

20 reports = 20 sheets in one document or 20 different qvw document(apps)?

amit_saini
Master III
Master III

Hi ,

You can try something like attached.

Regards,

AS !

nurettinsahin
Contributor II
Contributor II
Author

Yes Staffan,

variable Act : =left(right(Now(),5),2)


I want 20 different qvw document (apps)