Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi all,
I have a date column (Complete.postingDate)
I want to implement calendar object in it min and max Date.
I have tried using variable and gave min and max range ., however that is not reflecting my chart object.
Please help.
Please find attached reference qvw sheet3.
Thanks in advance.
@karunaramteke - there is no attached QVW. can you pls re attach?
Can anybody please help me to get calendar object.
is your problem min and maximum showing number? in the top 2 objects?
date is a dual type (meaning it has text (this is the format you see like MM/DD/YYYY). min function returns a number so just use the date function
date(min(dateField))
No it turns into number . I tried it.
In one calendar obj I want to select date
eg: 01-10-2020 and in other calendar obj I want to select 31-10-2020.
For your case, you need to use trigger . PFA
Actually, am not sure why you are using table box instead of straight table.
Alternate, If you are using the straight table, you can use set analysis instead of trigger.