
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Quarter Field values should be Q1,Q2...
Hello communtiy members,
I have created field Quarter, but I want the values to be in Q1,Q2...format...default values are 1,2,3.
please any one you help me
regards
Ramesh
Accepted Solutions

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting extra 'Q' Value
in fiield, can say where is the problem
q1,
q2,
q3,
q4,
q
in this manner

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
HI
Try like this
'Q' & Ceil(Month(Date) / 3)
Hope it helps
Please close the thread by marking correct answer & give likes if you like the post.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am getting extra 'Q' Value
in fiield, can say where is the problem
q1,
q2,
q3,
q4,
q
in this manner

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
For view in list box
=if(isnull(Quarter),'', 'Q'&Quarter)
but you want to create a field , you must want to load in script oly
Please close the thread by marking correct answer & give likes if you like the post.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ramasamy, can you please correct me why I am getting the q value, I am attaching my file please correct me,
and I have another problem also
I want to represent values the gauge charts, can you please correct me in this issue also
Regards
Ramesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi ramasamy,
I resolved the issue, I have the record, which contains a date of some 51, so it doesnot fall under these four quarters, it is defaultly taking another value as Q
regards,
ramesh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
You can use inline table for it..
Load * inline
[
Month,Quarter
Jan,Q1
Feb,Q1
Mar,Q1
...
Dec,Q4
];
Hope it helps..
So it avoid that issue.. i can't reload the script because of qvd n xls..
Please close the thread by marking correct answer & give likes if you like the post.
