Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
 arusanah
		
			arusanah
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		HI There,
I need to set some default values for my Document :
My document is dynamic . All charts and reports are generated on selections . what I want is, when I open my app it should not display blank reports or charts, it should have some default values populated , how to do that?
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It would be better to create a bookmark so that OnOpen works both for IE plugin and the Ajax client
 Karthik3
		
			Karthik3
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		You can do this in some ways:-
1. Select the selections you want and save the application as it is so that when you open the app those selections will be
2. GOTO Settings->DOcument Properties->Triggers and give actions for ONOpen document
I would 'Select In Field' action for the selections I want.
 arusanah
		
			arusanah
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		There is another way of doing this found it yesterday. .
Create a list box with that field . select one value and in general select as Always one selected option  .
 . 
Don't know how I missed that part before 
 Karthik3
		
			Karthik3
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		OK. Mark the question as answered if you got it solved.
 
					
				
		
 awhitfield
		
			awhitfield
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		The only problem with this is that you will only be able to select 'one' value in the list box.
Andy
 arusanah
		
			arusanah
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		yes , true
what i needed as of now was when user opens a document he shoud not see a blank report . so i created a listbox for date and selected one date as always selected . I guess applying this condition on date solves problem otherwise we have to create separate list boxes with this condition .
 Karthik3
		
			Karthik3
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		What if you want the report for all the dates or just no selections on date .You have to clear the date filter to do this.
 
					
				
		
 giakoum
		
			giakoum
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		It would be better to create a bookmark so that OnOpen works both for IE plugin and the Ajax client
 arusanah
		
			arusanah
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		we can make selections as and when we need . The requirement was that the report shouldnt look blank when user opens it.
currently its a dynamic report and it just displays msg as select dimension and metrics , which user was not comfortable with.
