Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi Guys,
I have a straight table, which is repeating values as below. How do I get the straight table without duplicates?
NOTE
About the Data Model
Thank you.
Hi Guys I found the issue and fixed it.
The problem was in the data source.
Thank you all for your time and feedback.
Check if Order Date is a true date (without decimal); you can try this adding a listbox for Ordere Date formatted as Timestamp.
You can use the floor function to remove the time from Order Date.
Thanks maxgro,
This how I am loading the order date
Date(Floor(ConvertToLocalTime(CreatedDate))) AS [Order Date]
And this is how the order date list box looks like as a timestamp
coukd you post your .qvw or a small extract of that with the problem?
No worries..
Here it is..
Hello,
In fact, That is not possible because You have select the Case ID, Order Date --> Those Duplicate dates depend from Case ID. Two case ID's are different. Just identify that let me know.
- Anil
Thank Anil,
Thats the thought i had since beginning but looking at the data that field (Case ID) is only repeating once in the actual table. and i could not find repeating corresponding field for that value
Like This..
This might help
Thank Anil, How to merge rows like this?