Browse Community
Help
Log In
Responses(4)
Solutions(0)
Phukon
337 Posts
0
July 23rd, 2010 05:00
Hi,
I see that your thread has been unanswered yet. For Quicker reply please post this question in the following group:
ECN > Support Forums > Documentum > Discussions
Here are few links/threads which may be useful:
http://customernet.emc.com/developer/tippage.htm#0900c35580265daa
https://community.emc.com/message/260370#260370
Cheers
spatils
30 Posts
July 26th, 2010 00:00
Phukon,
thanks for the interest in my post.
I am able to use QBVA successfuly for string data type.
But it gives error for when i use date data type.
I think its limitation of QBVA.
regards
Sameer
RajalakshmiGaut
29 Posts
July 26th, 2010 02:00
Can you try converting the value on RHS to date and thn add to LHS.
mpl_policy_eff_date = date($value(mdocs_policy_eff_dt)).
Rajalakshmi
July 26th, 2010 03:00
Thanks for replay Rajalakshmi .
I tried taking out date function also. But it did not work.
Have you ever used QBVA for date columns successfuly?
Did following example worked for you?
Dell Support Resources
View All
Top
Phukon
337 Posts
0
July 23rd, 2010 05:00
Hi,
I see that your thread has been unanswered yet. For Quicker reply please post this question in the following group:
ECN > Support Forums > Documentum > Discussions
Here are few links/threads which may be useful:
http://customernet.emc.com/developer/tippage.htm#0900c35580265daa
https://community.emc.com/message/260370#260370
Cheers
Phukon
spatils
30 Posts
0
July 26th, 2010 00:00
Phukon,
thanks for the interest in my post.
I am able to use QBVA successfuly for string data type.
But it gives error for when i use date data type.
I think its limitation of QBVA.
regards
Sameer
RajalakshmiGaut
29 Posts
0
July 26th, 2010 02:00
Hi,
Can you try converting the value on RHS to date and thn add to LHS.
mpl_policy_eff_date = date($value(mdocs_policy_eff_dt)).
Rajalakshmi
spatils
30 Posts
0
July 26th, 2010 03:00
Thanks for replay Rajalakshmi .
I tried taking out date function also. But it did not work.
Have you ever used QBVA for date columns successfuly?
Did following example worked for you?