Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
can anyone let me know why it's happening..
when I am creating any qvw file after sometime if I save or of i close and reopen how many time sI am doing this that many times it is creating like version of 1,version of 2,version of 3 etc and it is completely filling my folder and this is very frustating me. could anyone help me in this?
Hi
Setting>User Preferences>Save Tab
Then Just uncheck "Use Backup"
Regards-Bika
Go to Settings - User Preferences - Save tab and check your backup options.
it's showing Use Bachup radio button is checked and Keep Selected older
Instances radio button also checked and Keep Last =1 instance
Hi
Setting>User Preferences>Save Tab
Then Just uncheck "Use Backup"
Regards-Bika
Thanks
Its working
Hi,
what almost all qv files are in Timestamp(date) , num(date()) why can't we take as it is like date?
Hi check...Hope it will help u...
Setting>Document Properties>General> Just Uncheck Timestamp inLogfile Name
Regards-Bika
Thanks for this.
Hi,
Can anyone tell when I am creating master calendar qvd it's taking
fiscalyears from 1900-2013. earlier it is fine now I cahnged my access
database from mdb to accdb. I don't understand why it is taking years from
1900 could anyone let me know what's the problem as it is very urgent as I
need to upload this into access point.
amelia2000,
It's hard to answer your question without knowing how you actually generate your master calendar (and without knowing your source data, of course).
I assume you create your master calendar range by determining the min and max date of a field.
It looks like your minimum date is evaluated to near zero, because in QV, dates have a numeric representation that starts with 30 Dec, 1899.
Please double check the creation of your date range lower limit in the code part that creates your master calendar.
Hi,
I created Fiscal year and Date like below:
YearName(Date,0,7) as FiscalYear
and
date#(date(date)) as Date
LET VarMinDate=Num(Peek('MinDate',-1,'MinMax')
LET VarMaxDate=Num(Peek('MaxDate',-1,'MinMax')
here VarMinDate and VarMaxDate are variables.
I observed in the settings->variable overview there is no value for VarMindate.
Is this the problem? please help as it is urgent?